formidable/internal/jsonpointer/testdata/set/nested.json

8 lines
91 B
JSON
Raw Normal View History

2022-03-22 09:21:55 +01:00
{
"nestedObject": {
"foo": [
"bar",
0
]
}
}