how to convert hashmap to json spring code example Example: convert hashmap into json Gson gson = new Gson(); String json = gson.toJson(myObject);