Advertisement
Guest User

Untitled

a guest
Aug 17th, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. [
  2. {
  3. "id": 2,
  4. "name": "An ice sculpture",
  5. "price": 12.50,
  6. "tags": ["cold", "ice"],
  7. "dimensions": {
  8. "length": 7.0,
  9. "width": 12.0,
  10. "height": 9.5
  11. },
  12. "warehouseLocation": {
  13. "latitude": -78.75,
  14. "longitude": 20.4
  15. }
  16. },
  17. {
  18. "id": 3,
  19. "name": "A blue mouse",
  20. "price": 25.50,
  21. "dimensions": {
  22. "length": 3.1,
  23. "width": 1.0,
  24. "height": 1.0
  25. },
  26. "warehouseLocation": {
  27. "latitude": 54.4,
  28. "longitude": -32.7
  29. }
  30. }
  31. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement