Module: ToonToJson
- Defined in:
- lib/toon_to_json.rb,
lib/toon_to_json/decoder.rb,
lib/toon_to_json/version.rb
Defined Under Namespace
Constant Summary collapse
- VERSION =
'0.3.0'
Class Method Summary collapse
-
.decode(toon_str) ⇒ Object
Decode a TOON-formatted string into a Ruby object.
Class Method Details
.decode(toon_str) ⇒ Object
Decode a TOON-formatted string into a Ruby object
11 12 13 |
# File 'lib/toon_to_json.rb', line 11 def self.decode(toon_str) Decoder.new.decode(toon_str) end |