I have following data from JSON
{ \"MenuName\": \"starter dish\", \"SubMenu\": [ \"pizza dish1\", \"pizza dish2\"
you can use this link for creating POGO class for your response. It will automatically generate class for your response.
Use google GSON library to parse your response.
or you can simply create a JSON Array or Objects to parse it. in your case it is JSON Object or JSON arrays.