Convertir Map a JSON

String jsonString = new Gson().toJson(data, Map.class);
Perfect Platypus