Page Contents
Home > @loopback/context > JSONPrimitive
JSONPrimitive type
JSON primitive types: - string - number - boolean - null
Signature:
export type JSONPrimitive = string | number | boolean | null;
Home > @loopback/context > JSONPrimitive
JSON primitive types: - string - number - boolean - null
Signature:
export type JSONPrimitive = string | number | boolean | null;