Hi everyone ...
This days I was surfing different method to serialize and deserialize Json.
Any one knows where really I have to put the JSON data of this example in a GWT project? :
JSON data
{
"isbn": "978-0345417954",
"pages": 432,
"title": "The Hotel New Hampshire",
"author": {
"firstname": "John",
"surname": "Irving",
},
"reviews": [
"A hectic gaudy saga with the verve of a Marx Brothers movie.",
"Rejoice! John Irving has written another book according to your world.",
"Spellbinding, intensely human, a high-wire act of dazzling virtuosity."
]
}
and how a do for that example works on my gwt project ?
Thanks
Ezequiel