mirror of
https://github.com/serde-rs/json.git
synced 2025-12-31 13:50:36 +00:00
This patch escapes ASCII control characters in the range 0x00...0x1f, in accordance with the JSON spec. Fixes #51
This patch escapes ASCII control characters in the range 0x00...0x1f, in accordance with the JSON spec. Fixes #51