create json object from map code example Example: convert hashmap into json Gson gson = new Gson(); String json = gson.toJson(myObject);