Created
April 1, 2015 06:20
-
-
Save data-doge/a891aade657ae44d4c8e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| cats: [ | |
| { | |
| id: 1, | |
| name: "Pierre O'Reilly V", | |
| product: "Small Cotton Car" | |
| }, | |
| { | |
| id: 2, | |
| name: "Gabriel Prohaska I", | |
| product: "Intelligent Concrete Car" | |
| }, | |
| { | |
| id: 3, | |
| name: "Carlotta Beahan", | |
| product: "Ergonomic Granite Car" | |
| }, | |
| { | |
| id: 4, | |
| name: "Mrs. Jairo Buckridge", | |
| product: "Incredible Concrete Gloves" | |
| }, | |
| { | |
| id: 5, | |
| name: "Ms. Maiya Kshlerin", | |
| product: "Small Wooden Gloves" | |
| }, | |
| { | |
| id: 6, | |
| name: "Makenzie Zulauf PhD", | |
| product: "Ergonomic Rubber Chair" | |
| }, | |
| { | |
| id: 7, | |
| name: "Sebastian Cassin", | |
| product: "Sleek Concrete Hat" | |
| }, | |
| { | |
| id: 8, | |
| name: "Jenifer Mayer", | |
| product: "Rustic Granite Gloves" | |
| }, | |
| { | |
| id: 9, | |
| name: "Vickie Jast V", | |
| product: "Ergonomic Concrete Shirt" | |
| }, | |
| { | |
| id: 10, | |
| name: "Layne Mosciski", | |
| product: "Incredible Rubber Gloves" | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment