Skip to content

Instantly share code, notes, and snippets.

@FullStackForger
Last active April 18, 2016 07:25
Show Gist options
  • Save FullStackForger/ebf42f24de6bd99eab87b6fc4f64481e to your computer and use it in GitHub Desktop.
Save FullStackForger/ebf42f24de6bd99eab87b6fc4f64481e to your computer and use it in GitHub Desktop.
bit of test json
{ "items": ["id_1","id_3"] }
[{
"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