6 7 8 9
# File 'lib/jObject.rb', line 6 def self.parse(json) data_hash = JSON.parse(json) JObject.new(data_hash) end