Last active
April 18, 2016 07:25
-
-
Save FullStackForger/ebf42f24de6bd99eab87b6fc4f64481e to your computer and use it in GitHub Desktop.
bit of test json
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
{ "items": ["id_1","id_3"] } |
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": "id_1", | |
"name": "first" | |
},{ | |
"id": "id_2", | |
"name": "second" | |
},{ | |
"id": "id_3", | |
"name": "third" | |
}] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment