Bitbybit Docs
    Preparing search index...

    Class StringifyDto (Inputs.JSON)

    Feeds json.stringify with the value to write as JSON text.

    Index

    Constructors

    Properties

    Constructors

    • Parameters

      • Optionaljson: unknown

      Returns StringifyDto

    Properties

    json: unknown

    Any JSON-compatible value: an object, a list, a number, text, a boolean or null

    undefined