JSON Map of code example Example: convert hashmap into json Gson gson = new Gson(); String json = gson.toJson(myObject);