Skip to content

Instantly share code, notes, and snippets.

@hohonuuli
Created October 29, 2017 19:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hohonuuli/074fc945e8124d7274794508ae393eeb to your computer and use it in GitHub Desktop.
Save hohonuuli/074fc945e8124d7274794508ae393eeb to your computer and use it in GitHub Desktop.
Example of JSON returned by a query for CSUMB Capstone studends
[
{"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