Skip to content

Instantly share code, notes, and snippets.

@high5
Created November 28, 2015 15:50
Show Gist options
  • Save high5/922d717185c1d66eccc8 to your computer and use it in GitHub Desktop.
Save high5/922d717185c1d66eccc8 to your computer and use it in GitHub Desktop.
[
{
"id": 1001,
"name": "egg",
"type": "food",
"price": 200
},
{
"id": 1002,
"name": "hook",
"type": "dvd",
"price": 999
},
{
"id": 1003,
"name": "hammer",
"type": "tool",
"price": 300
},
{
"id": 1004,
"name": "すし",
"type": "食べ物",
"price": 900
}
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment