Created
October 9, 2019 11:05
-
-
Save tehSLy/291b96886912c6c1dec823570a5b144a to your computer and use it in GitHub Desktop.
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": { | |
| "1234": { | |
| "id": 1, | |
| "name": "John Doe" | |
| }, | |
| "4321": { | |
| "id": 2, | |
| "name": "Foo Bar" | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment