With the preview availability of Java I would like to restart an old App Engine project idea that will involve generating outbound http JSON data and handling inbound data expressed as JSON. 90% of http traffic will be JSON.
Java is not my main programming language and in the past I found it difficult to select a Java JSON library that would seamlessly serialize and de-serialize Java objects and do so without invoking a stack of other supporting Apache project libraries. Given a fresh start on an App Engine project and considering possible reflection/code-gen limits in the GAE JVM, could someone recommend a Java JSON library? I don't need the whole GWT framework but I assume there is a useful JSON library included? Alternatively since I last wrote some Java code http://code.google.com/p/google-gson has appeared on the radar. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" 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-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
