JsonMap and JsonableArray

This commit is contained in:
2023-03-28 03:47:37 -06:00
parent 4c41781ccb
commit 20e49d9569
13 changed files with 134 additions and 18 deletions

View File

@@ -0,0 +1,5 @@
{
"c": "[]",
"a": "[\"abc\",\"def\",\"mno\"]",
"b": "[\"ghi\",\"jkl\"]"
}

View File

@@ -0,0 +1,4 @@
{
"a": "[\"abc\", \"def\"]",
"b": "[\"ghi\", \"jkl\"]"
}