Hi everyone ... This days I was surfing different method to serialize and deserialize Json. I found Piriti ( http://code.google.com/p/piriti/ ) this run on the client side only.
but I try to reproduce an example of the wiki with no good results. http://code.google.com/p/piriti/wiki/Json#Implementation 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 -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
