Last active
November 3, 2019 04:58
-
-
Save afaqk9394/031e3e149181e3cdb25b0f66e150de2a to your computer and use it in GitHub Desktop.
Compare Data Formats
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
| { | |
| "persons": [ | |
| { | |
| "name": "Jeff Bezos", | |
| "gender": "male" | |
| }, | |
| { | |
| "name": "Elon Musk", | |
| "gender": "male" | |
| }, | |
| { | |
| "name": "Jessica Alba", | |
| "gender": "female" | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment