Docs.rs
jsonata-core-2.1.2
jsonata-core 2.1.2
Permalink
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 object
jsonata_
core
2.1.2
Module object
Module Items
Functions
In jsonata_
core::
functions
jsonata_core
::
functions
Module
object
Copy item path
Source
Expand description
Built-in object functions
Functions
ยง
keys
$keys(object) - Get object keys
lookup
$lookup(object, key) - Lookup value by key
merge
$merge(objects) - Merge multiple objects
spread
$spread(object) - Spread object into array of key-value pairs