Expand description
Contains the JsonValue enum and the serialization (stringify) logic.
Contains the JsonValue enum, a native Rust representation of any
valid JSON value.
This module also includes the “stringify” (serialization) logic
for converting a JsonValue back into a JSON string.
Enums§
- Json
Number - A native Rust representation of any valid JSON number.
- Json
Value - A native Rust representation of any valid JSON value.