Created
June 12, 2017 20:22
-
-
Save iBasit/f0b9e94575f901514a5a73c8ae1f4b81 to your computer and use it in GitHub Desktop.
example
This file contains 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
# 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