png-compressor
    Preparing search index...

    Type Alias JsonValue

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

    JSON-serializable value