Page Contents

Home > @loopback/context > JSONPrimitive

JSONPrimitive type

JSON primitive types: - string - number - boolean - null

Signature:

export type JSONPrimitive = string | number | boolean | null;