Created
September 30, 2019 01:37
-
-
Save songzhw/d73882796be6d5272c9fb5d0c5327433 to your computer and use it in GitHub Desktop.
This file contains 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
{ | |
"array": [ | |
1, | |
2, | |
3 | |
], | |
"boolean": true, | |
"color": "#82b92c", | |
"null": null, | |
"number": 123, | |
"object": { | |
"a": "b", | |
"c": "d", | |
"e": "f" | |
}, | |
"string": "Hello World" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment