Last active
April 28, 2017 23:31
-
-
Save sean-hill/c10c6f5be33e4b959e5a1b1c06765cb8 to your computer and use it in GitHub Desktop.
MongoDB Architecture Descriptive Desserts
This file contains 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
{ | |
"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