Skip to content

Commit

Permalink
add data to object.json
Browse files Browse the repository at this point in the history
  • Loading branch information
alehechka committed Jun 28, 2022
1 parent f95f9fa commit 503ecf5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion testdata/object.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,8 @@
"nestedBooleanArray": [true, false],
"nestedFloat64Array": [12.34, 43.21],
"deeplyNestedObjectArray": [[{ "thats": "deep" }]],
"deeplyNestedStringArray": [[["hello", "world"]]]
"deeplyNestedStringArray": [[["hello", "world"]]],
"timeString": "2006-01-02",
"uuidString": "5051ec14-ce89-4fcf-985e-99628a373497",
"%badName%": "this should break stuff"
}

0 comments on commit 503ecf5

Please sign in to comment.