Module value

Module value 

Source
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§

JsonNumber
A native Rust representation of any valid JSON number.
JsonValue
A native Rust representation of any valid JSON value.