Created
April 8, 2019 06:30
-
-
Save michaeljymsgutierrez/c7cee175e011ad5ac35736c657687fda 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
| { | |
| "data": [{ | |
| "type": "users", | |
| "id": "1", | |
| "attributes": { | |
| "name": "John" | |
| } | |
| },{ | |
| "type": "users", | |
| "id": "2", | |
| "attributes": { | |
| "name": "James" | |
| } | |
| }] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment