Skip to content

Instantly share code, notes, and snippets.

@fatihacet
Created December 9, 2012 23:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fatihacet/4247503 to your computer and use it in GitHub Desktop.
Save fatihacet/4247503 to your computer and use it in GitHub Desktop.
Sample array of object json
[
{
"id": 1,
"body": "First Item",
"severity": 1,
"status": 0
},
{
"id": 2,
"body": "Second Item",
"severity": 2,
"status": 1
}
]
@lcim
Copy link

lcim commented Jul 4, 2023

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment