Skip to content

Instantly share code, notes, and snippets.

@tankala
Created June 9, 2018 11:26
Show Gist options
  • Save tankala/1df2d8c37674d906418bc7f9f4814beb to your computer and use it in GitHub Desktop.
Save tankala/1df2d8c37674d906418bc7f9f4814beb to your computer and use it in GitHub Desktop.
JSON data which can be used to populate table
[
{
"ID": 1,
"Name": "Tankala Ashok",
"IDNumber": "1234"
},
{
"ID": 2,
"Name": "Himabindu",
"IDNumber": "2345"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment