Android GSON OBJET à JSON
Gson gson = new Gson();
String json = gson.toJson(myObj);
Blue Bat
Gson gson = new Gson();
String json = gson.toJson(myObj);