Skip to content

Instantly share code, notes, and snippets.

@renderlife
Created June 1, 2023 08:33
Show Gist options
  • Save renderlife/a021c51ef1d6b77104b09ee1b2773646 to your computer and use it in GitHub Desktop.
Save renderlife/a021c51ef1d6b77104b09ee1b2773646 to your computer and use it in GitHub Desktop.
{
"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