Skip to content

Releases: cthulhu/jsonpath

Migration to 1.19, github actions, go modules, ginkgo v2

15 Aug 13:12
15de7e0

Choose a tag to compare

Boolean values

01 Feb 13:48

Choose a tag to compare

Adds boolean values to dot notation generation:

{"v.bool()":"true"}  =>  {"v":true}

Arrays notation. Not standard, but useful

30 Jan 12:48

Choose a tag to compare

Now you can generate arrays from strings by simply adding [] as a part of your notation layer.
Examples and benchmarks are in the test file.

Basic dot notation functionality

03 Jul 09:53

Choose a tag to compare

Basic dot notation functionality
Covered with specs