structstd.zon.stringify.SerializerOptions[src]

Options for Serializer.

Fields

whitespace: bool = true

If false, only syntactically necessary whitespace is emitted.

Source Code

Source code
pub const SerializerOptions = struct {
    /// If false, only syntactically necessary whitespace is emitted.
    whitespace: bool = true,
}