Created
June 1, 2023 08:33
-
-
Save renderlife/a021c51ef1d6b77104b09ee1b2773646 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
{ | |
"doe": "a deer, a female deer", | |
"ray": "a drop of golden sun", | |
"pi": 3.14159, | |
"xmas": true, | |
"french-hens": 3, | |
"calling-birds": [ | |
"huey", | |
"dewey", | |
"louie", | |
"fred" | |
], | |
"xmas-fifth-day": { | |
"calling-birds": "four", | |
"french-hens": 3, | |
"golden-rings": 5, | |
"partridges": { | |
"count": 1, | |
"location": "a pear tree" | |
}, | |
"turtle-doves": "two" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment