Je voudrais analyser les données de JSON qui sont de type String. J'utilise Google Gson . J'ai: jsonLine = " { "data": { "translations": [ { "translatedText": "Hello world" } ] } } "; et ma classe est: public class JsonParsing{ public void parse(String jsonLine) { // there I would like to get...