Disclaimer

Due to the high degree of idiocy on forums like reddit, I recommend that you use another solution. I can't ban it by license, but I hope this is enough.

v_jsonescape Documentation Latest version

The simd optimized json escape code

Quick start

```rust use v_jsonescape::escape;

print!("{}", escape("foo\"\bar")); ```