@cityjson/flatcitybuf
    Preparing search index...

    Type Alias JsonValue

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