@jswalden/streaming-json
    Preparing search index...

    Type Alias JSONValue

    JSONValue: number | string | boolean | null | JSONArray | JSONObject

    A type broadly describing all values that can be serialized to JSON text.

    This type doesn't limit objects/arrays compatible with it to not have getters/setters, to not be proxies with handler-implemented traps (or that have been revoked), etc. It's just moderately nicer than using any.