Bitbybit Docs
    Preparing search index...

    Class PathsDto (Inputs.JSON)

    json.paths 提供要搜索的 JSON 以及其匹配项以路径形式报告的 JSONPath 表达式。

    Index

    Constructors

    Properties

    Constructors

    • Parameters

      • Optionaljson: unknown
      • Optionalquery: string

      Returns PathsDto

    Properties

    json: unknown

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

    undefined
    
    query: string

    从根 $ 开始的 JSONPath 表达式;结果列出其匹配项所在的位置,而不是它们的值

    undefined