Skip to content

Instantly share code, notes, and snippets.

@andteki
Created September 21, 2021 20:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andteki/f746e42e56b7545390399ee06d68eabe to your computer and use it in GitHub Desktop.
Save andteki/f746e42e56b7545390399ee06d68eabe to your computer and use it in GitHub Desktop.
{
"todos": [
{ "id": 1, "name": "Angol tanulás", "ready": true },
{ "id": 2, "name": "Java tanulás", "ready": false },
{ "id": 3, "name": "C# tanulás", "ready": false },
{ "id": 4, "name": "C tanulás", "ready": false }
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment