Method: JSON::Ext::Parser#parse
- Defined in:
- lib/oj/json.rb
permalink #parse ⇒ Object
96 97 98 99 100 |
# File 'lib/oj/json.rb', line 96 def parse() raise TypeError.new("already initialized") if @source.nil? JSON.parse(@source) end |