Skip to content

Releases: sophiecollard/jsonpath

2.0.0

28 Dec 20:39
bcd6000
Compare
Choose a tag to compare

Added support for descendant syntax and refactored the API.

1.0.0

23 Dec 20:55
Compare
Choose a tag to compare

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>)