Hi Vitali, Thanks for your reply.
By mentioning that my Java client is a Tomcat server I seem to made my intent unclear. > the question is why are you doing JSON parsing on the server instead of > delegating that to the client's browser? The answer is I am developing pages for mobile devices. Many mobile phone browsers don't support JavaScript so consequently, I am not interested in a JavaScript solution. For the purposes of this discussion, I am creating a Java Client to query Google APIs. What I do with that information is a moot point. > So if you actually want to do JSON parsing on the server, then you need to > get an actual JSON parser or write your own (it's not difficult). I am in the process writing code to parse the results now. As you say, it's not difficult, However, if someone has already created tools to do so I see little value in reproducing their work. Thanks again. Brett --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
