vtils

Home > types > JsonValue

JsonValue type

Matches any valid JSON value.

Signature:

export declare type JsonValue = string | number | boolean | null | JsonObject | JsonArray;

References: JsonObject, JsonArray