JsonValue: null | boolean | number | string | JsonValue[] | {
    [key: string]: JsonValue;
}

Type declaration