Skip to main content

Module conversion

Module conversion 

Source
Expand description

Conversions between serde_json::Value and nodedb_types::Value.

Shared across crates to avoid duplicating JSON-to-Value logic.

Functionsยง

json_to_value
Convert a serde_json::Value to a Value by consuming ownership.
json_to_value_display
Convert a &serde_json::Value to a Value by reference (cloning).