Skip to content

Instantly share code, notes, and snippets.

@minakhan01
Created January 27, 2019 19:47
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 minakhan01/be212f5f5f45b43fc48514f23513f367 to your computer and use it in GitHub Desktop.
Save minakhan01/be212f5f5f45b43fc48514f23513f367 to your computer and use it in GitHub Desktop.
{
"apples": [
{ "region": "North", "count": "53245"},
{ "region": "South", "count": "28479"},
{ "region": "East", "count": "19697"},
{ "region": "West", "count": "24037"},
{ "region": "Central", "count": "40245"}
],
"oranges": [
{ "region": "North", "count": "200"},
{ "region": "South", "count": "200"},
{ "region": "East", "count": "200"},
{ "region": "West", "count": "200"},
{ "region": "Central", "count": "200"}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment