Type Alias JsonValueExperimental

JsonValue: JsonPrimitive | readonly JsonValue[] | {
    [key: string]: JsonValue;
}