Class: Yandex::JsonParser
- Inherits:
-
HTTParty::Parser
- Object
- HTTParty::Parser
- Yandex::JsonParser
- Defined in:
- lib/yandex/translator.rb
Instance Method Summary collapse
Instance Method Details
#json ⇒ Object
5 6 7 |
# File 'lib/yandex/translator.rb', line 5 def json ::JSON.parse(body) end |