Home > paratype > JsonArray JsonArray type An array of JSON values Signature: export declare type JsonArray = Array<JsonValue>; References: JsonValue