pub fn parse<'a>(input: &'a str) -> Result<JsonNode, JsonError>
Expand description

Parse a JSON5 string into JsonNode’s