Skip to content

Instantly share code, notes, and snippets.

@rusenask
Created March 12, 2020 22:38
Show Gist options
  • Save rusenask/c1b5840c62a70ea11fdedd9a6aabbd03 to your computer and use it in GitHub Desktop.
Save rusenask/c1b5840c62a70ea11fdedd9a6aabbd03 to your computer and use it in GitHub Desktop.
{
"cat": {
"size": "small",
"price": 50
},
"dog": {
"size": "medium",
"price": 120
},
"cow": {
"size": "large",
"price": 600
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment