Docs.rs
jstrict-0.13.0
jstrict 0.13.0
Docs.rs crate page
MIT
OR
Apache-2.0
25 July 2026
Links
Repository
crates.io
Source
Owners
mskvarc
Dependencies
contextual ^0.1.6
normal
optional
decoded-char ^0.1.1
normal
hashbrown ^0.17.1
normal
json-escape-simd ^3.1.1
normal
lexical ^7.0.5
normal
locspan ^0.8.2
normal
locspan-derive ^0.6.0
normal
memchr ^2.8.3
normal
ryu-js ^1.0.3
normal
optional
serde ^1.0.229
normal
optional
serde_json ^1.0.151
normal
optional
simdutf8 ^0.1.5
normal
optional
smallstr ^0.3.1
normal
smallvec ^1.15.2
normal
sonic-rs ^0.5.8
normal
optional
utf8-decode ^2.0.0
normal
criterion ^0.8.2
dev
ryu-js ^1.0.3
dev
serde ^1.0.229
dev
serde_json ^1.0.151
dev
Versions
100%
of the crate is documented
Go to latest version
Platform
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 array
jstrict
0.13.0
Module array
Module Items
Structs
Traits
Type Aliases
In crate jstrict
jstrict
Module
array
Copy item path
Source
Expand description
JSON arrays.
Structs
§
Iter
Mapped
Iterator over the items of an array, with their code map offset.
Traits
§
Json
Array
Trait for JSON array types like
Vec<Value>
and
[Value]
.
Type Aliases
§
Array
JSON array.