Colibrio Reader Framework API - Cloud license
    Preparing search index...

    Type Alias IJsonSerializable

    IJsonSerializable:
        | string
        | number
        | boolean
        | null
        | undefined
        | IJsonArray
        | IJsonObject

    A union type describing all type that can be serialized to JSON.