Created
November 1, 2021 18:17
-
-
Save rewinfrey/39b24c644fee95c5e31d8cce312dff90 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
{ | |
"a": null, | |
"b": true, | |
"c": false, | |
"d": 123, | |
"e": "string", | |
"f": [1,2,3], | |
"g": { "h": true }, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment