Bitbybit Docs
    Preparing search index...

    Class StringifyDto (Inputs.JSON)

    json.stringify 提供要写成 JSON 文本的值。

    Index

    Constructors

    Properties

    Constructors

    • Parameters

      • Optionaljson: unknown

      Returns StringifyDto

    Properties

    json: unknown

    任何与 JSON 兼容的值:对象、列表、数值、文本、布尔值或 null

    undefined