if you have an object like this: ```js const foo = { 'bar.baz': {} } ``` then you should be able to access this property like this: ```bash read_json -k 'foo."bar.baz"' < foo.json ```