how to return a map as a JSON object code example Example: convert hashmap into json Gson gson = new Gson(); String json = gson.toJson(myObject);