JavaScript 1.7
var fakeData = [
{
"id": 0,
"age": 23,
"name": "Reyna Pate",
"company": "LOTRON",
"state": "Connecticut",
"country": "Egypt",
"favoriteNumber": 0,
"children": [
{
"id": 10,
"age": 23,
"name": "Child 1",
"company": "LOTRON",
"state": "Connecticut",
"country": "Egypt",
"favoriteNumber": 0
},
{
"id": 11,
"age": 23,
"name": "Child 2",
"company": "LOTRON",
"state": "Connecticut",
"country": "Egypt",
"favoriteNumber": 0
}
]
},
{
"id": 1,
"age": 20,
"name": "Lidia Cabrera",
"company": "GORGANIC",
"state": "Illinois",
"country": "Cocos (Keeling Islands)",
"favoriteNumber": 1,
"children": [
{
"id": 111,
"age": 23,
"name": "Child 1",
"company": "LOTRON",
"state": "Connecticut",
"country": "Egypt",
"favoriteNumber": 0
},
{
"id": 1111,
"age": 23,
"name": "Child 2",
"company": "LOTRON",
"state": "Connecticut",
"country": "Egypt",
"favoriteNumber": 0
}
]
},
{
"id": 2,
"age": 28,
"name": "Alana Bonner",
"company": "ELENTRIX",
"state": "Florida",
"country": "Latvia",
"favoriteNumber": 2,
"children": [
{
"id": 22,
"age": 23,
"name": "Child 1",
"company": "LOTRON",
"state": "Connecticut",
"country": "Egypt",
"favoriteNumber": 0
},
{
"id": 222,
"age": 23,
"name": "Child 2",
"company": "LOTRON",
"state": "Connecticut",
"country": "Egypt",
"favoriteNumber": 0
}
]
},
{
"id": 3,
...