Skip to content

Instantly share code, notes, and snippets.

@robertcedwards
Last active October 9, 2023 17:49
Show Gist options
  • Save robertcedwards/8574169 to your computer and use it in GitHub Desktop.
Save robertcedwards/8574169 to your computer and use it in GitHub Desktop.
Sample nested json data for boilerplate coffee data
{
"coffee": {
"region": [
{"id":1,"name":"John Doe"},
{"id":2,"name":"Don Joeh"}
],
"country": {"id":2,"company":"ACME"}
},
"brewing": {
"region": [
{"id":1,"name":"John Doe"},
{"id":2,"name":"Don Joeh"}
],
"country": {"id":2,"company":"ACME"}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment