jsonpath
jsonpath copied to clipboard
jsonpath golang library to help with getting and setting values on paths (even nonexistent paths)
Hi, I found you work only support '.' to get child, is there any plan to support '[]'? ``` go var pathDelimiter = "." ``` Such like that: > JsonPath...
Hello, Thanks much for the awesome API. It is helping me a lot. When I call the jsonpath.get function with the following parameters, the program appears panic instead of returning...
declaring the returned errors as public constants would allow to add custom error handling while using this lib. I for instance would like to handle the errors on `.Get`, but...
Hello, Thanks much for the awesome API. It is helping me a lot. I am sending a feature request to extend the use of delimiter. In my case the required...