@cccode/fxr - v31.0.0
    Preparing search index...

    Enumeration FXRSerializeFilter

    A set of rules for filtering out certain values when serializing objects.

    Index

    Enumeration Members

    None: 0

    Do not filter out anything from the output JSON.

    This filter option keeps all information about the object in the JSON output.

    Defaults: 1

    Filter out all default values in order to make the output JSON more compact.

    This is the most compact filter option.

    DefaultUnknowns: 2

    Filter out all unknown properties with default values in order to make the output JSON more compact.

    This filter option keeps labeled properties and default actions in the output JSON.

    DefaultUnknownsAndActions: 3

    Filter out all unknown properties with default values and default action values in order to make the output JSON more compact.

    This filter option keeps labeled properties in the output JSON.