Class: Yandex::JsonParser

Inherits:
HTTParty::Parser
  • Object
show all
Defined in:
lib/yandex/translator.rb

Instance Method Summary collapse

Instance Method Details

#jsonObject



5
6
7
# File 'lib/yandex/translator.rb', line 5

def json
  ::JSON.parse(body)
end