Skip to content

Release 0.153.3

Compare
Choose a tag to compare
@danielaparker danielaparker released this 18 Jun 19:29
· 4348 commits to master since this release

Bug fixes:

  • Fixed a bug in jsonpath array slice when the step component is negative
    and the start and stop components are omitted, #252.
    jsoncons jsonpath slices now have the same semantics as Python slices
    including for negative steps.

  • Fixed a bug in jsonpath line/column error reporting when using functions.