blob: 42084cc1fd74cce8ff46604a2280bc10530462c6 [file] [log] [blame]
Test that ObjectPropertiesSection expands recursively.
JSON
foo: {bar: {baz: {quux: {corge: "plugh"}}}, quuz: {garply: "xyzzy", thud: {wibble: "wobble"}}}
bar: {baz: {quux: {corge: "plugh"}}}
baz: {quux: {corge: "plugh"}}
quux: {corge: "plugh"}
corge: "plugh"
quuz: {garply: "xyzzy", thud: {wibble: "wobble"}}
garply: "xyzzy"
thud: {wibble: "wobble"}
wibble: "wobble"