Method: SON.parse
- Defined in:
- lib/json/next/parser/son.rb
.parse(text) ⇒ Object
41 42 43 |
# File 'lib/json/next/parser/son.rb', line 41 def self.parse( text ) JSON.parse( self.convert( text ) ) end |
41 42 43 |
# File 'lib/json/next/parser/son.rb', line 41 def self.parse( text ) JSON.parse( self.convert( text ) ) end |