Skip to content

Instantly share code, notes, and snippets.

@brunomichetti
Created September 25, 2019 18:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brunomichetti/97728053712a4c0c9aca652b529f0913 to your computer and use it in GitHub Desktop.
Save brunomichetti/97728053712a4c0c9aca652b529f0913 to your computer and use it in GitHub Desktop.
[
{
"model": "applications.person",
"pk": 1,
"fields": {
"name": "Rick Sanchez",
"age": 70
}
},
{
"model": "applications.person",
"pk": 2,
"fields": {
"name": "Summer Smith",
"age": 17
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment