Type Alias EJSONSerializeOptions

EJSONSerializeOptions: EJSONOptionsBase & {
    ignoreUndefined?: boolean;
}

Type declaration

  • OptionalignoreUndefined?: boolean

    Omits undefined values from the output instead of converting them to null

    false