Skip to content

Instantly share code, notes, and snippets.

@prof3ssorSt3v3
Last active December 1, 2019 16:16
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 prof3ssorSt3v3/48a0527f37b87050aae0dcfde4d86d3f to your computer and use it in GitHub Desktop.
Save prof3ssorSt3v3/48a0527f37b87050aae0dcfde4d86d3f to your computer and use it in GitHub Desktop.
{ "title": "Nested JSON Data",
"list": [
{"_id":123, "name":"Pickle Rick", "phrases": [ "schwifty", "marty", "rub-a-dub"] },
{"_id":234, "name":"Shy-pooper Rick", "phrases": [ "beth", "bird man", "jerry"] },
{"_id":345, "name":"Tiny Rick", "phrases": [ "summer", "schwifty", "king flippy nits"] },
{"_id":456, "name":"Rick Sanchez", "phrases": [ "gazorp-a-zorp", "the president", "Wubbalubbadubdub"] },
{"_id":567, "name":"Purging Rick", "phrases": [ "protect summer", "And that's the wayyyyyy the news goes!", "pluto"] }
]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment