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