Don't escape forward-slashes. It appears that this code incorrectly re-implemented logic from serde_json, which does have the code to escape a forward-slash, but never uses it: https://github.com/serde-rs/json/pull/898.
A Rust library for serializing and deserializing JSON5 with Serde.
This project is a fork of callum-oakley/json5-rs.