Skip to content

Instantly share code, notes, and snippets.

@pchatterjee
Created November 10, 2018 20:50
Show Gist options
  • Select an option

  • Save pchatterjee/e133fccb1db4344197f5a777e041c062 to your computer and use it in GitHub Desktop.

Select an option

Save pchatterjee/e133fccb1db4344197f5a777e041c062 to your computer and use it in GitHub Desktop.
[
{
"id": 2,
"name": "An ice sculpture",
"price": 12.50,
"tags": ["cold", "ice"],
"dimensions": {
"length": 7.0,
"width": 12.0,
"height": 9.5
},
"warehouseLocation": {
"latitude": -78.75,
"longitude": 20.4
}
},
{
"id": 3,
"name": "A blue mouse",
"price": 25.50,
"dimensions": {
"length": 3.1,
"width": 1.0,
"height": 1.0
},
"warehouseLocation": {
"latitude": 54.4,
"longitude": -32.7
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment