{ \"LocalLocationId [id=1]\":{ \"type\":\"folderlocation\", \"id\":{ \"type\":\"locallocationid\", \"id\":1 }, \"parentId\":
You can use Gson ..
String json = "Your json string " Tree treeObj= new Gson().fromJson(json, Tree .class);