Expand description

Python values, and serialization instances for them.

Enums

Represents all primitive builtin Python values that can be contained in a “hashable” context (i.e., as dictionary keys and set elements).

Represents all primitive builtin Python values that can be restored by unpickling.

Functions

Deserialize a value::Value from any serde deserializable object.

Serialize any serde serializable object into a value::Value.