Skip to content

Instantly share code, notes, and snippets.

@bmadigan
Last active August 29, 2015 13:56
Show Gist options
  • Save bmadigan/8958065 to your computer and use it in GitHub Desktop.
Save bmadigan/8958065 to your computer and use it in GitHub Desktop.
Sample Laravel JSON Output
{
companies: [
{
id: 1,
name: "Apple",
created_at: "0000-00-00 00:00:00",
updated_at: "0000-00-00 00:00:00",
people: [
{
id: 2,
email: "Tondky@kdjl.com",
firstName: "Janet",
lastName: "Smith",
city: "Toronto",
state: "ON",
company_id: 1,
created_at: "0000-00-00 00:00:00",
updated_at: "0000-00-00 00:00:00"
},
{
id: 5,
email: "brkdall@glkjio.ca",
firstName: "Tony",
lastName: "Tranick",
city: "Calgary",
state: "AB",
company_id: 1,
created_at: "0000-00-00 00:00:00",
updated_at: "0000-00-00 00:00:00"
},
{
id: 11,
email: "Nkiickje@alkd.com",
firstName: "Alex",
lastName: "Rowe",
city: "Detroit",
state: "MI",
company_id: 1,
created_at: "0000-00-00 00:00:00",
updated_at: "0000-00-00 00:00:00"
}
]
},
{
id: 2,
name: "Google",
created_at: "0000-00-00 00:00:00",
updated_at: "0000-00-00 00:00:00",
people: [
{
id: 4,
email: "Niiuew@lkjsd.com",
firstName: "Sara",
lastName: "Silver",
city: "Toronto",
state: "ON",
company_id: 2,
created_at: "0000-00-00 00:00:00",
updated_at: "0000-00-00 00:00:00"
},
{
id: 9,
email: "bradlamd@ladk.com",
firstName: "Sandra",
lastName: "Samsundee",
city: "Miami",
state: "FL",
company_id: 2,
created_at: "0000-00-00 00:00:00",
updated_at: "0000-00-00 00:00:00"
},
{
id: 10,
email: "Tiimmihh@goma.com",
firstName: "Tom",
lastName: "Elannish",
city: "Fort Landernoon",
state: "BN",
company_id: 2,
created_at: "0000-00-00 00:00:00",
updated_at: "0000-00-00 00:00:00"
}
]
},
{
id: 3,
name: "Tim Hortons",
created_at: "0000-00-00 00:00:00",
updated_at: "0000-00-00 00:00:00",
people: [
{
id: 1,
email: "some@melkd.com",
firstName: "Steve",
lastName: "Boston",
city: "Sault",
state: "ON",
company_id: 3,
created_at: "0000-00-00 00:00:00",
updated_at: "0000-00-00 00:00:00"
},
{
id: 8,
email: "Bkkjd@lkkad.com",
firstName: "George",
lastName: "Micheau",
city: "San Bernadedo",
state: "CA",
company_id: 3,
created_at: "0000-00-00 00:00:00",
updated_at: "0000-00-00 00:00:00"
}
]
},
{
id: 4,
name: "Dizzytree",
created_at: "0000-00-00 00:00:00",
updated_at: "0000-00-00 00:00:00",
people: [
{
id: 3,
email: "Bruia@lkd.com",
firstName: "Bing",
lastName: "Moore",
city: "Ottawa",
state: "ON",
company_id: 4,
created_at: "0000-00-00 00:00:00",
updated_at: "0000-00-00 00:00:00"
},
{
id: 6,
email: "Tiadk@klkd.com",
firstName: "Cam",
lastName: "Corugul",
city: "Atlanta",
state: "GA",
company_id: 4,
created_at: "0000-00-00 00:00:00",
updated_at: "0000-00-00 00:00:00"
}
]
},
{
id: 5,
name: "NHL",
created_at: "0000-00-00 00:00:00",
updated_at: "0000-00-00 00:00:00",
people: [
{
id: 7,
email: "Bkjdoo@ladko.com",
firstName: "Bryce",
lastName: "Niederman",
city: "Boston",
state: "MA",
company_id: 5,
created_at: "0000-00-00 00:00:00",
updated_at: "0000-00-00 00:00:00"
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment