Skip to content

Instantly share code, notes, and snippets.

@data-doge
Created April 1, 2015 06:20
Show Gist options
  • Select an option

  • Save data-doge/a891aade657ae44d4c8e to your computer and use it in GitHub Desktop.

Select an option

Save data-doge/a891aade657ae44d4c8e to your computer and use it in GitHub Desktop.
{
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