Appearance
JSONPath Tools / @jsonpath-tools/jsonpath / JSONValue
type JSONValue = string | number | boolean | null | JSONValue[] | {};
Any JSON value.