This commit is contained in:
yuzu 2025-05-25 19:12:50 -05:00
parent 71dc40ad60
commit 2f307f3c37
3 changed files with 3 additions and 1 deletions

View File

@ -300,7 +300,7 @@ test getValue {
\\ {
\\ "cute": true,
\\ "metadata": {
\\ "post": [1,2,3],
\\ "post": [1,2,3,{"uwu":1}],
\\ "a": 2,
\\ "c": {
\\ "d": 4,

1
reflection.zig Normal file
View File

@ -0,0 +1 @@
// TBD

1
test.zig Normal file
View File

@ -0,0 +1 @@
// TBD