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.
1 file changed
tree: 69e4211912b1f9a6301ce696c5dc8f43904a7c6b
  1. third_party/
  2. Cargo.toml
  3. CONTRIBUTING.md
  4. LICENSE
  5. README.md
README.md

JSON5

A Rust library for serializing and deserializing JSON5 with Serde.

This project is a fork of callum-oakley/json5-rs.