Skip to content

Instantly share code, notes, and snippets.

@sean-hill
Last active April 28, 2017 23:31
Show Gist options
  • Save sean-hill/c10c6f5be33e4b959e5a1b1c06765cb8 to your computer and use it in GitHub Desktop.
Save sean-hill/c10c6f5be33e4b959e5a1b1c06765cb8 to your computer and use it in GitHub Desktop.
MongoDB Architecture Descriptive Desserts
{
"sandwich": "ham",
"dessert": [
{
"type": "cookie",
"flavor": "chocolate chip",
},
{
"type": "cookie",
"flavor": "oatmeal",
},
{
"type": "ice cream",
"flavor": "rocky road",
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment