The HTTP engine inside Nitro is H3, a server geared for high-performance and portability. H3 provides the core functionality ...
When reading JSON data, json-stream can decode JSON data in a streaming manner, providing a pythonic dict/list-like interface, or a visitor-based interfeace. Can stream from files, URLs or iterators.