Last active
May 25, 2025 03:42
-
-
Save EvanHsieh0415/9eef88301063dc160782c9267d3ced78 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"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