aeson-jsonpath

Parse and run JSONPath queries on Aeson documents

https://github.com/taimoorzaeem/aeson-jsonpath

Version on this page:0.2.0.0
LTS Haskell 23.19:0.2.0.0
Stackage Nightly 2025-04-30:0.3.0.2
Latest on Hackage:0.3.0.2

See all snapshots aeson-jsonpath appears in

MIT licensed by Taimoor Zaeem
Maintained by Taimoor Zaeem
This version can be pinned in stack with:aeson-jsonpath-0.2.0.0@sha256:d0a79f49ae95f600cc231c748793981bb4a169011aea24c6f10d775f4be34d2a,2335

Module documentation for 0.2.0.0

RFC 9535 compliant JSONPath parsing and querying package. JSONPath is similar to XPath for querying XML documents.

Changes

0.2.0.0

  • Remove dependency on protolude
  • Fix parsing bug with Wildcard Selector
  • Implement Descendant Segment
  • Fix allowed characters in the member-name-shorthand
  • Add QuasiQuoter for compile-time syntax checking

0.1.0.0

  • Initial Release