Is this library still maintained?
I can see several unanswered issues and open pull requests.
Is this library still maintained?
same question here. would like to use it, but if there is noone here? should we fork it?
I’m wondering as well!
There doesn't appear to be any comprehensive golang library for json path (including filters and aggregations). Meanwhile .NET has several which are all fantastic. Can anyone recommend one that is actually complete and maintained please? This one breaks with the query $.Event..Kind as it doesn't support the "skip property" double-dot syntax. :(
You may compare the 3 different implementations in Golang mentioned here: https://cburgmer.github.io/json-path-comparison/