@hyperjump/browser
    Preparing search index...

    Variable pointerGetConst

    pointerGet: <A>(
        pointer: string,
        tree: JsonNode<A>,
        documentUri?: string,
    ) => JsonNode<A>

    Get a JsonNode using a JSON Pointer.

    Type declaration

      • <A>(pointer: string, tree: JsonNode<A>, documentUri?: string): JsonNode<A>
      • Type Parameters

        • A

        Parameters

        • pointer: string
        • tree: JsonNode<A>
        • OptionaldocumentUri: string

        Returns JsonNode<A>