Created
June 9, 2018 11:26
-
-
Save tankala/1df2d8c37674d906418bc7f9f4814beb to your computer and use it in GitHub Desktop.
JSON data which can be used to populate table
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"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