JSON has become the uncontested language of data exchange on the web. REST APIs respond with it, configuration files store it, IoT devices transmit it, and the majority of modern data pipelines begin by parsing it. The operation seems simple: take a string, feed it to a parser, and receive a structured object. Yet beneath…