Docs.rs
sz-orm-core-3.5.0
sz-orm-core 3.5.0
Docs.rs crate page
MIT
09 August 2026
Links
Homepage
Repository
crates.io
Source
Owners
ljclz
Dependencies
async-trait ^0.1
normal
bloomfilter ^1.0
normal
optional
bytes ^1
normal
chrono ^0.4
normal
compact_str ^0.8
normal
optional
crossbeam-queue ^0.3
normal
futures ^0.3
normal
parking_lot ^0.12
normal
rand ^0.8
normal
optional
redis ^0.27
normal
optional
serde ^1
normal
serde_json ^1
normal
sqlparser ^0.47
normal
optional
sz-orm-audit ^3.5.0
normal
optional
sz-orm-crypto ^3.5.0
normal
optional
sz-orm-health ^3.5.0
normal
optional
sz-orm-limit ^3.5.0
normal
optional
sz-orm-macros ^3.5.0
normal
sz-orm-masking ^3.5.0
normal
optional
sz-orm-sql-validator ^3.5.0
normal
thiserror ^2
normal
tokio ^1.40
normal
tracing ^0.1
normal
wide ^0.7
normal
optional
xxhash-rust ^0.8
normal
optional
criterion ^0.5
dev
duckdb ^1
dev
oracle ^0.6
dev
proptest ^1.5
dev
rusqlite ^0.32
dev
sqlx ^0.9
dev
tiberius ^0.12
dev
tokio ^1.40
dev
tokio-util ^0.7
dev
Versions
95.43%
of the crate is documented
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
value_to_json
sz_
orm_
core
3.5.0
sz_orm_core
Function
value_
to_
json
Copy item path
Source
pub fn value_to_json(v:
Value
) ->
Value
Expand description
将 Value 转换为 serde_json::Value(递归处理 Array)