Skip to content

Instantly share code, notes, and snippets.

@premchandpl
Created June 18, 2014 22:15
Show Gist options
  • Select an option

  • Save premchandpl/e80bd704cd977711f1d4 to your computer and use it in GitHub Desktop.

Select an option

Save premchandpl/e80bd704cd977711f1d4 to your computer and use it in GitHub Desktop.
json Data
[
{
"FirstName": "abc",
"LastName": "xyz",
"Email": "abc@xyz.com"
},
{"FirstName": "def",
"LastName": "mnq",
"Email": "def@mnq.com"
},
{"FirstName": "opq",
"LastName": "ghi",
"Email": "opq@ghi.com"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment