jmespath 2.0.1
jmespath: ^2.0.1 copied to clipboard
jmespath is a dart implementation of JMESPath, which is a query language for JSON.
Change Log for jmespath #
2.0.1 Format #
- Fix formatting
2.0.0 Add Null safety #
- Add null safety (by @andyduke)
- Fix lint errors
- Add coverage
1.0.4 Fix pendantic issues #
- Remove usage of equatable package
- Fix pedantic issues
- Run format
1.0.3 Update dependencies #
- Update dependencies for equatable to v1.2.6
1.0.2 Update package description #
- Make package description shorter
1.0.1 Documentation changes #
- Add documentation to the error classes
1.0.0 Intial version #
- Intial version of jmespath library.