Posts Tagged ‘ JSONParser ’
In this tutorial I am going to show you how to parse a JSON string using the JSON package within GWT. JSON is probably the easiest way to handle data that is being sent from the server down to the client. Of course you can still use XML with GWT, but I find using and [ READ MORE ]