Skip to main content

json_string

Function json_string 

Source
pub fn json_string(value: &str) -> String
Expand 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.