This object results in an empty object ```{}```. ```json { "key1": { "key2": { "key3": false } } } ``` Following is rendered correctly. ```json { "key":{ "booleanValue": true } } ```
This object results in an empty object
{}.{ "key1": { "key2": { "key3": false } } }Following is rendered correctly.
{ "key":{ "booleanValue": true } }