Skip to main content

json_string_len

Function json_string_len 

Source
pub fn json_string_len<E: Copy>(value: &str, error: E) -> Result<usize, E>
Expand description

Returns the checked encoded length of a complete JSON string.