Hi, I am trying to insert a key value pair map in a datastore as one of the columns of a model. I found some implementations of a custom datastore data type for a dictionary. I was wondering if JSON object could be inserted instead of having a custom datatype. I tried json dumps to insert a json object as a string.
Is there any way to directly store/retrive a json object w/o converting in string? Thanks, Jyoti --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
