Module ser

Source
Expand description

The serialization module, for serde compatibility (optional feature)

Structs§

Serializer
The JSON5 serializer implementing ser::Serializer

Enums§

SerdeJSON5Error

Functions§

to_string
Basic helper to serialize a value implementing Serialize to a String
to_string_formatted