json_str::parse

Function parse_fragments

Source
pub fn parse_fragments<'a>(
    remainder: &'a [u8],
    fragments: &mut Vec<JsonFragment<'a>>,
)
Expand description

Parse and sanitise the complete sequence as literals and replacements.