Hi jago: As I known both of them support JSON. Fellow these link: http://www.json.org/java/ http://groups.google.com/group/google-appengine/browse_thread/thread/53ab7f1a153d3923?pli=1 http://blog.infoentropy.com/Simple_JSON_library_Google_App_Engine
Good luck. On Feb 18, 2009, at 9:58 PM, jago wrote: > > Hi, > > I would like to send data (lists or maps) from Java to my appengine, > where python should take the encoded text and transform it back to > data-structures like lists and maps. > > What should I use? JSon or Yaml? Does Python already support one of > them? Does Java? > > I read: Both functionally and syntactically, JSON is effectively a > subset of YAML. Specifically, as of YAML version 1.2, "every JSON file > is also a valid YAML file". > > Whould this suggest to use a YAML library, since it covers both YAML > and JSON? > > Which libraries should I use, both for Java and Python? How do I > include that library in Python/appengine? > > > Cheers, > jago > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
