# JSONPathEx v0.3.0 - Table of Contents

A fast Elixir library for parsing and evaluating JSONPath expressions, with RFC 9535-aligned filter semantics.

## Pages

- [JSONPathEx](readme.md)
- [Changelog](changelog.md)
- [LICENSE](license.md)

## Modules

- [JSONPathEx](JSONPathEx.md): Main interface for the JSONPathEx library.
- [JSONPathEx.Evaluator](JSONPathEx.Evaluator.md): Evaluates JSONPath Abstract Syntax Trees (ASTs) against JSON data.
- [JSONPathEx.Parser](JSONPathEx.Parser.md): Defines parsers for JSONPath expressions using NimbleParsec.

