Created
July 14, 2015 19:30
-
-
Save hello-josh/99bc8f4bf8e581c5ca4c to your computer and use it in GitHub Desktop.
Storage of structured property in NDB from https://cloud.google.com/appengine/docs/python/ndb/properties#structured
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name":"Guido", | |
"addresses.type": ["home", "work"], | |
"addresses.street": [null, "Spear St"], | |
"addresses.city": ["Amsterdam", "SF"], | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment