Created
October 29, 2017 19:36
-
-
Save hohonuuli/074fc945e8124d7274794508ae393eeb to your computer and use it in GitHub Desktop.
Example of JSON returned by a query for CSUMB Capstone studends
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
[ | |
{"ConceptName": "Pandalus", | |
"Salinity": 35.234, | |
"Associations": [ | |
"eating | Sergestes | nil", | |
"surface-color | self | red", | |
"upon | bedrock | nil" | |
], | |
"ImageURL": "http://www.foo.com/bar.png" | |
}, | |
... | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment