Bitbybit Docs
    Preparing search index...

    Class QueryDto (Inputs.JSON)

    Feeds json.query with the JSON to search and the JSONPath expression that selects values in it.

    Index

    Constructors

    Properties

    Constructors

    • Parameters

      • Optionaljson: unknown
      • Optionalquery: string

      Returns QueryDto

    Properties

    json: unknown

    The object or list to search; it is read, never changed

    undefined
    
    query: string

    A JSONPath expression starting at the root $, such as $.parts[*].name or $..radius

    undefined