chaîne à jsonobject gson

//use JsonParser; for example:
JsonObject o = JsonParser.parseString("{\"a\": \"A\"}").getAsJsonObject();
thecodeteacher