Skip to content

Instantly share code, notes, and snippets.

@iBasit
Created June 12, 2017 20:22
Show Gist options
  • Save iBasit/f0b9e94575f901514a5a73c8ae1f4b81 to your computer and use it in GitHub Desktop.
Save iBasit/f0b9e94575f901514a5a73c8ae1f4b81 to your computer and use it in GitHub Desktop.
example
# current json
"_embedded": {
"items": [
{
"0": {
"id": 5,
...
},
"isFeedbackAdded": "0"
},
# To
"_embedded": {
"items": [
{
"id": 5,
...
"isFeedbackAdded": "0"
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment