Bitbybit Docs
    Preparing search index...

    Class PathsDto (Inputs.JSON)

    Feeds json.paths with the JSON to search and the JSONPath expression whose matches are reported as paths.

    Index

    Constructors

    Properties

    Constructors

    • Parameters

      • Optionaljson: unknown
      • Optionalquery: string

      Returns PathsDto

    Properties

    json: unknown

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

    undefined
    
    query: string

    A JSONPath expression starting at the root $; the result lists where its matches sit, not their values

    undefined