Bitbybit Docs
    Preparing search index...

    Class QueryDto (Inputs.JSON)

    json.query 提供要搜索的 JSON 以及在其中选择值的 JSONPath 表达式。

    Index

    Constructors

    Properties

    Constructors

    • Parameters

      • Optionaljson: unknown
      • Optionalquery: string

      Returns QueryDto

    Properties

    json: unknown

    要搜索的对象或列表;只读取,从不更改

    undefined
    
    query: string

    从根 $ 开始的 JSONPath 表达式,例如 $.parts[*].name$..radius

    undefined