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