fleet/orbit/pkg/dataflatten/testdata/nested.json

15 lines
259 B
JSON
Raw Normal View History

2023-11-02 02:11:35 +00:00
{
"addons": [
{
"name": "Nested Strings",
"nest1": {
"string1": null,
"string2": null,
"string3": "string3",
"string4": "string4",
"string5": "string5",
"string6": "string6"
}
}
]
}