if your JSON is coming from a trusted source, you really should have a look at overlay types in GWT. It is much simpler (and faster) than mucking about with the JSON parser.
-jason On Oct 29, 2008, at 8:31 AM, Brian wrote: > Sounds pretty good. Seems like I spend half my time typing: > int n = (int) jsonNum.isNumber().doubleValue(); > String s = jsonStr.isString().stringValue(); --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
