Page Contents

Home > @loopback/context > JSONValue

JSONValue type

JSON values - primitive - object - array

Signature:

export type JSONValue = JSONPrimitive | JSONObject | JSONArray;

References: JSONPrimitive, JSONObject, JSONArray