Skip to main content

json-p3

Namespaces

References

DEFAULT_ENVIRONMENT

Re-exports DEFAULT_ENVIRONMENT


FilterFunction

Re-exports FilterFunction


FunctionExpressionType

Re-exports FunctionExpressionType


JSONPatch

Re-exports JSONPatch


JSONPatchError

Re-exports JSONPatchError


JSONPatchTestFailure

Re-exports JSONPatchTestFailure


JSONPath

Re-exports JSONPath


JSONPathEnvironment

Re-exports JSONPathEnvironment


JSONPathEnvironmentOptions

Re-exports JSONPathEnvironmentOptions


JSONPathError

Re-exports JSONPathError


JSONPathIndexError

Re-exports JSONPathIndexError


JSONPathLexerError

Re-exports JSONPathLexerError


JSONPathNode

Re-exports JSONPathNode


JSONPathNodeList

Re-exports JSONPathNodeList


JSONPathRecursionLimitError

Re-exports JSONPathRecursionLimitError


JSONPathSyntaxError

Re-exports JSONPathSyntaxError


JSONPathTypeError

Re-exports JSONPathTypeError


JSONPointer

Re-exports JSONPointer


Nothing

Re-exports Nothing


OpObject

Re-exports OpObject


RelativeJSONPointer

Re-exports RelativeJSONPointer


Token

Re-exports Token


TokenKind

Re-exports TokenKind


UNDEFINED

Re-exports UNDEFINED


apply

Re-exports apply


compile

Re-exports compile


lazyQuery

Re-exports lazyQuery


query

Re-exports query


resolve

Re-exports resolve

Type Aliases

JSONValue

Ƭ JSONValue: string | number | null | undefined | boolean | JSONValue[] | { [key: string]: JSONValue; }

A JSON-like value.

Defined in

src/types.ts:8

Variables

version

Const version: "__VERSION__"

Defined in

src/index.ts:1