# JSONPath v0.1.0 - Table of Contents

> An RFC-9535 compliant JSONPath evaluator in pure Elixir

## Pages

- [README](readme.md)
- [Changelog](changelog.md)

## Modules

- [JSONPath](JSONPath.md): [RFC-9535](https://www.rfc-editor.org/rfc/rfc9535) compliant JSON Path evaluator.

- [JSONPath.AST](JSONPath.AST.md): AST parsing and representation of a JSONPath query expression

- [JSONPath.Error](JSONPath.Error.md): Error value for invalid JSONPath queries

