Bitbybit Docs
    Preparing search index...

    Class ParseDto (Inputs.JSON)

    Feeds json.parse with the JSON text to turn back into a value.

    Index

    Constructors

    Properties

    Constructors

    • Parameters

      • Optionaltext: string

      Returns ParseDto

    Properties

    text: string

    Valid JSON text, such as [0, 0, 0] or an object in braces; anything else throws an error

    "[0, 0, 0]"