Releases: sophiecollard/jsonpath
Releases · sophiecollard/jsonpath
2.0.0
1.0.0
Initial release supporting most of the JSONPath syntax, with the exception of:
- current node identifier (
@
) - descendants segments (
..<selector>
or..[<selector>]
) - filter expression selector (
?<logical-expr>
)