Docs.rs
jsonata-core-2.1.2
jsonata-core 2.1.2
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
txjmb
Dependencies
base64 ^0.22
normal
chrono ^0.4
normal
indexmap ^2.2
normal
num-traits ^0.2
normal
percent-encoding ^2.3
normal
pyo3 ^0.24
normal
optional
rand ^0.8
normal
regex ^1.10
normal
serde ^1.0
normal
serde_json ^1.0
normal
simd-json ^0.14
normal
optional
thiserror ^1.0
normal
criterion ^0.5
dev
proptest ^1.4
dev
Versions
43.89%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module parser
jsonata_
core
2.1.2
Module parser
Module Items
Structs
Enums
Functions
In crate jsonata_
core
jsonata_core
Module
parser
Copy item path
Source
Structs
§
Lexer
Lexer for tokenizing JSONata expressions
Parser
Parser for JSONata expressions using Pratt parsing
Enums
§
Parser
Error
Parser errors
Token
Token types for the lexer
Functions
§
parse
Parse a JSONata expression string into an AST