RX – a new random-access JSON alternative
Summary
RX is a high-performance random-access JSON alternative (REXC) that provides smaller encoded output and faster key lookups, with near-zero heap usage. The README covers encoding/decoding, a CLI, options for indexes and refs, and a zero-allocation cursor API. It positions RX as a drop-in replacement for JSON in performance-critical applications.