Created
December 21, 2016 23:05
-
-
Save ianaya89/2d078a1afa79bd5e1402796ed515770d to your computer and use it in GitHub Desktop.
This file contains hidden or 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
{ | |
"_id" : ObjectId("54c955492b7c8eb21818bd09"), | |
"address" : { | |
"street" : "2 Avenue", | |
"zipcode" : "10075", | |
"building" : "1480", | |
"coord" : [ -73.9557413, 40.7720266 ] | |
}, | |
"borough" : "Manhattan", | |
"cuisine" : "Italian", | |
"grades" : [ | |
{ | |
"date" : ISODate("2014-10-01T00:00:00Z"), | |
"grade" : "A", | |
"score" : 11 | |
}, | |
{ | |
"date" : ISODate("2014-01-16T00:00:00Z"), | |
"grade" : "B", | |
"score" : 17 | |
} | |
], | |
"name" : "Vella", | |
"restaurant_id" : "41704620" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment