Skip to content

JSONPath Tools / @jsonpath-tools/jsonpath / JSONValue

Type Alias: JSONValue

ts
type JSONValue = string | number | boolean | null | JSONValue[] | {};

Any JSON value.