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.
pub fn parse_fragments<'a>(
remainder: &'a [u8],
fragments: &mut Vec<JsonFragment<'a>>,
)
Parse and sanitise the complete sequence as literals and replacements.