Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
We have discovered that some specific paths are not properly build. If your JSON content is something like: ```json { "foo": { "bar2": "baz" } } ``` The exported json path is `foo.["bar2"]`. This commit solves this issue.
- Loading branch information