Skip to content

Instantly share code, notes, and snippets.

@asicfr
Created February 22, 2013 14:53
Show Gist options
  • Save asicfr/5013977 to your computer and use it in GitHub Desktop.
Save asicfr/5013977 to your computer and use it in GitHub Desktop.
json data store
{
"entities": {
"author": {
"uuid1": {
"firstName": "prenom",
"id": "1",
"lastName": "nom"
},
"uuid2": {}
},
"badge": {
"uuidX": {}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment