Skip to content
This repository has been archived by the owner on Jan 16, 2022. It is now read-only.

v0.0.6

Compare
Choose a tag to compare
@krishicks krishicks released this 12 Jun 18:35
· 33 commits to master since this release

This release fixes some issues:

It adds support for escape ordering to the path-finding extension (/key=value). If you have a path that you want to find and the value contains a /, use ~1 to escape the slash, e.g. /key=a~1b to match an object with key key and value a/b.

It also adds support for the test operation, to test that a value at a certain path matches the given value.