Last active
April 19, 2016 14:34
-
-
Save Nikitaw99/400bed29895d3912c767009136076e47 to your computer and use it in GitHub Desktop.
My first json!
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
This is my first ever .json file! Like for any programmer, it's like a "Hello World" to me. Heheh. |
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
{ | |
"name": "Creature", | |
"isReal": false, | |
"breathes": true, | |
"isAlive": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment