Skip to content

Instantly share code, notes, and snippets.

@jeffrymorris
Created February 7, 2019 16:58
Show Gist options
  • Save jeffrymorris/a36a64e335358c9b3e7650a0f0d84839 to your computer and use it in GitHub Desktop.
Save jeffrymorris/a36a64e335358c9b3e7650a0f0d84839 to your computer and use it in GitHub Desktop.
Example JSON for path/projections
{
"name": "Emmy-lou Dickerson",
"age": 26,
"animals": ["cat", "dog", "parrot"],
"attributes": {
"hair": "brown",
"dimensions": {
"height": 67,
"weight": 175
},
"hobbies": [{
"type": "winter sports",
"name": "curling"
},
{
"type": "summer sports",
"name": "water skiing",
"details": {
"location": {
"lat": 49.282730,
"long": -123.120735
}
}
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment