All JSON primitive types.
Includes the primitive types that can be represented in JSON format.
type JP = JSONPrimitive;// string | number | boolean | null Copy
type JP = JSONPrimitive;// string | number | boolean | null
All JSON primitive types.