I am looking to use this JSON interface:
https://translate.yandex.net/api/v1.5/tr.json/translate ?
key=<API key>
& text=<text to translate>
& lang=<translation direction>
& [format=<text format>]
& [options=<translation options>]
& [callback=<name of the callback function>]
It returns a JSON
object. How do I get that JSON
object in Java
?
I know there already is an implementation for that exact API, but it's old and not working anymore.