Skip to content

Version 0.1.4

Latest
Compare
Choose a tag to compare
@jg-rp jg-rp released this 04 Feb 08:57

Fixes

  • Fixed normalized paths produced by JSONPathNode.path(). Previously we were not handling some escape sequences correctly in name selectors.
  • Fixed serialization of JSONPathQuery instances. JSONPathQuery.__str__() now serialized name selectors and string literals to the canonical format, similar to normalized paths. We're also now minimizing the use of parentheses when serializing logical expressions.
  • Fixed parsing of filter queries with multiple bracketed segments.