Description
Represents a JSON null node. This node has no value payload and acts as a semantic placeholder within the JSON structure.
Supports cloning, structural equality, formatting/serialization, and freezing via the base node interface.
Immutability contract: As this node carries no mutable state, no modifying operations exist. The frozen state is therefore semantically neutral.
