Skip to main content

write_json_string

Function write_json_string 

Source
pub fn write_json_string<E: Copy>(
    output: &mut [u8],
    len: &mut usize,
    value: &str,
    error: E,
) -> Result<(), E>
Expand description

Writes a complete JSON string with surrounding quotes.