Module: Nimbu::Client::JSON

Defined in:
lib/nimbu/client.rb

Class Method Summary collapse

Class Method Details

.parse(json) ⇒ Object



190
191
192
# File 'lib/nimbu/client.rb', line 190

def self.parse(json)
  json_decode(json)
end