Created
April 23, 2018 12:58
-
-
Save abantej/624f601dd80bc3dd51eb10e05f494215 to your computer and use it in GitHub Desktop.
Example json format
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
{ | |
"people": [ | |
{ | |
"name":"Brad", | |
"age":35 | |
}, | |
{ | |
"name":"John", | |
"age":40 | |
}, | |
{ | |
"name":"Sara", | |
"age":25 | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment