Skip to content

Instantly share code, notes, and snippets.

@EvanHsieh0415
Last active May 25, 2025 03:42
Show Gist options
  • Save EvanHsieh0415/9eef88301063dc160782c9267d3ced78 to your computer and use it in GitHub Desktop.
Save EvanHsieh0415/9eef88301063dc160782c9267d3ced78 to your computer and use it in GitHub Desktop.
[
{
"id": "test_1",
"title": "Foo",
"completed": "copper_ingot"
},
{
"id": "test_2",
"title": "Bar",
"completed": "iron_ingot"
},
{
"id": "test_3",
"title": "Foo Bar",
"completed": "gold_ingot"
},
{
"id": "test_4",
"title": "Bar Foo",
"completed": "diamond"
},
{
"id": "test_5",
"title": "FooFoo",
"completed": "netherite_ingot"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment