v2.0.0 - 2024-12-16
Changed
- Complete rewrite with RFC 9535 compliance
- API changes to align with RFC specification
- Updated function signatures for better usability
- Modified error types for more detailed error reporting
Added
- Full implementation of JSONPath specification (RFC 9535)
- Enhanced error handling and reporting
- Improved performance and reliability
- Updated documentation with more examples
Installation
# Homebrew
brew tap davidhoo/tap
brew install jsonpath
# Go
go install github.com/davidhoo/jsonpath/cmd/jp@v2.0.0