Note that there are some explanatory texts on larger screens.

plurals
  1. POcomplex json to java object conversion using gson
    primarykey
    data
    text
    <p>This is my json need to be converted to Java object. I have tried many method but not got sucess so if any one can provide suggession on this are most welcome!</p> <pre><code>{ "id":"100006077890894", "posts":{ "data":[ { "message":"this is my 4th post to test...((((((((((((((((", "from":{ "name":"Sagar Zope", "id":"100006077890894" }, "id":"100006077890894_1384558691756714", "created_time":"2013-06-12T07:02:52+0000", "comments":{ "data":[ { "from":{ "name":"Sagar Zope", "id":"100006077890894" }, "message":"4th post 1st comment ..............", "id":"1384558691756714_10803" }, { "from":{ "name":"Sagar Zope", "id":"100006077890894" }, "message":"4th post 2nd comment ..............", "id":"1384558691756714_10804" }, { "from":{ "name":"Sagar Zope", "id":"100006077890894" }, "message":"4th post 3rd comment ..............", "id":"1384558691756714_10805" }, { "from":{ "name":"Sagar Zope", "id":"100006077890894" }, "message":"4th post 4th comment ..............", "id":"1384558691756714_10806" } ] } }, { "message":"this is the 3rd post .....................:)))))))", "from":{ "name":"Sagar Zope", "id":"100006077890894" }, "id":"100006077890894_1384557311756852", "created_time":"2013-06-12T07:01:24+0000", "comments":{ "data":[ { "from":{ "name":"Sagar Zope", "id":"100006077890894" }, "message":"3rd post 1st comment ..............", "id":"1384557311756852_10797" }, { "from":{ "name":"Sagar Zope", "id":"100006077890894" }, "message":"3rd post 2nd comment ..............", "id":"1384557311756852_10800" }, { "from":{ "name":"Sagar Zope", "id":"100006077890894" }, "message":"3rd post 3rd comment ..............", "id":"1384557311756852_10801" }, { "from":{ "name":"Sagar Zope", "id":"100006077890894" }, "message":"3rd post 4th comment ..............", "id":"1384557311756852_10802" } ] } } ] } } </code></pre>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload