v_jsonescape 0.9.0

The simd optimized JSON escaping code
Documentation

Documentation Latest version

v_jsonescape

The simd optimized json escape code

Quick start

use v_jsonescape::escape_fmt;

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