Expand description
Optimized SIMD routines for escaping JSON strings.
Thin facade over escape_simd::json. The implementation is from
sonic-rs; we only take the string
escaping part to avoid the abstraction overhead.
Functionsยง
- escape
- Escapes
valueas a JSON string, including the surrounding"quotes. - escape_
into - Escapes
value(including the surrounding") and appends the result todst, growingdstas needed.