Class: Hashblue::JsonParser

Inherits:
HTTParty::Parser
  • Object
show all
Defined in:
lib/hashblue/client.rb

Instance Method Summary collapse

Instance Method Details

#jsonObject



8
9
10
# File 'lib/hashblue/client.rb', line 8

def json
  ::JSON.parse(body)
end