Skip to content

Instantly share code, notes, and snippets.

@popdemtech
Last active December 20, 2022 06:25
Show Gist options
  • Select an option

  • Save popdemtech/83d9430bafd2b968b6b8a74ecc19734a to your computer and use it in GitHub Desktop.

Select an option

Save popdemtech/83d9430bafd2b968b6b8a74ecc19734a to your computer and use it in GitHub Desktop.
A small and reusable JSON file
{
"id": "1",
"name": "Jayson",
"55rating": 0.55,
"house": "AB",
"capabilities":
{
"fishing": { "duration": "10000", "level": "master" },
"programming": { "duration": "4500", "level": "journeyman" },
"physics": { "duration": "140000", "level": "champ" }
},
"preferences":
[
{ "name": "pizza", "preference": "me gusta" },
{ "name": "climbing", "preference": "no me gusta" }
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment