jsonpath v0.0.3 Release Notes

Release Date: 2018-02-01 // about 6 years ago
  • ➕ Adds boolean values to dot notation generation:

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

Previous changes from v0.0.2

  • 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.