I do have an object with object keys that are paths, such as: ``` {"/thisIs/myPath": "some value"} ``` when converted nothing changes, and it seems to be the leading "/". If I remove it like: ``` {"thisIs/myPath": "some value"} ``` it will work.