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 -~----------~----~----~----~------~----~------~--~---
