I am trying to convert JSON string to simple java object but it is returning null. Below are the class details.
JSON String:
{\"menu\": {\"id\":
What I have found helpful with Gson is to create an an instance of the class, call toJson() on it and compare the generated string with the string I am trying to parse.
toJson()