pub fn json_string(value: &str) -> StringExpand description
Quotes and escapes value as a JSON string, delimiters included.
Public because this crate is not the only thing that writes this format:
deed-wasm hands a page the same shape, and a second implementation of
the escaping rules is a second place for them to be wrong.