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

13 lines
198 B
JSON
Raw Normal View History

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