How JSON string escaping works
Learn which characters JSON strings must escape, how quoted and inner forms differ, and why one strict pass prevents ambiguity.
ReadRFC 8259 explained
Short guides cover the exact grammar, double serialization and why other contexts need their own encoding.
Learn which characters JSON strings must escape, how quoted and inner forms differ, and why one strict pass prevents ambiguity.
ReadRecognize two serialization layers, decode only the layer you verified, and avoid turning a visible reverse solidus into an accidental command.
ReadChoose the encoding that belongs to the destination parser instead of treating JSON escaping as universal sanitization.
Read