Type alias JsonType

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

Simple data type based on JSON that is always safe to serialize.

This is used, for example, with se.curity.identityserver.sdk.attribute.Attribute values and se.curity.identityserver.procedures.services.ScriptSessionManager.