Skip to content

Instantly share code, notes, and snippets.

@shashank19909
Last active December 11, 2017 14:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shashank19909/0a593027916ab745f2a41f685fb4d603 to your computer and use it in GitHub Desktop.
Save shashank19909/0a593027916ab745f2a41f685fb4d603 to your computer and use it in GitHub Desktop.
Mock JSON data
[{
"id": 1,
"first_name": "Eldin",
"last_name": "Giuroni",
"email": "egiuroni0@typepad.com",
"gender": "Male",
"Cars": {
"modelName": [
"Ram 3500",
"Grand Vitara",
"NSX"
]
}
}, {
"id": 2,
"first_name": "Merwin",
"last_name": "Merner",
"email": "mmerner1@accuweather.com",
"gender": "Male",
"Cars": {
"modelName": [
"Ram 1500",
"Montero",
"A4",
"Tucson",
"Thunderbird"
]
}
}, {
"id": 3,
"first_name": "Elena",
"last_name": "Cutmere",
"email": "ecutmere2@delicious.com",
"gender": "Female",
"Cars": {
"modelName": [
"Suburban 1500",
"300CE",
"V8 Vantage S",
"Rabbit"
]
}
}, {
"id": 4,
"first_name": "Violante",
"last_name": "Spink",
"email": "vspink3@bbb.org",
"gender": "Female",
"Cars": {
"modelName": [
"Galant",
"QX"
]
}
}, {
"id": 5,
"first_name": "Shirlee",
"last_name": "Bonnet",
"email": "sbonnet4@ucoz.com",
"gender": "Female",
"Cars": {
"modelName": [
"Corvette",
"Bonneville",
"Econoline E350",
"ES",
"Wrangler"
]
}
}, {
"id": 6,
"first_name": "Claude",
"last_name": "Casotti",
"email": "ccasotti5@hexun.com",
"gender": "Female",
"Cars": {
"modelName": [
"928",
"Expedition",
"Lancer Evolution",
"Echo",
"Sebring"
]
}
}, {
"id": 7,
"first_name": "See",
"last_name": "Mennell",
"email": "smennell6@discovery.com",
"gender": "Male",
"Cars": {
"modelName": [
"Type-1h",
"RX"
]
}
}, {
"id": 8,
"first_name": "Noach",
"last_name": "Stove",
"email": "nstove7@apache.org",
"gender": "Male",
"Cars": {
"modelName": [
"Econoline E250",
"Gallardo",
"RL",
"S4"
]
}
}, {
"id": 9,
"first_name": "Hillie",
"last_name": "Woloschinski",
"email": "hwoloschinski8@statcounter.com",
"gender": "Male",
"Cars": {
"modelName": [
"Discovery",
"Clubman",
"Prelude",
"1500 Club Coupe",
"5000CS"
]
}
}, {
"id": 10,
"first_name": "Dawn",
"last_name": "Newcome",
"email": "dnewcome9@kickstarter.com",
"gender": "Female",
"Cars": {
"modelName": [
"GS",
"Civic Si",
"Caravan",
"RX-7"
]
}
}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment