eg 
```json
{
    "foo": {
        "bar": 123
    },
    "baz": "hello"
}
```
Would become
`"foo/bar": 123`, `"foo/baz": "hello"`?