Skip to main content

parse

Function parse 

Source
pub fn parse(input: &[u8]) -> Result<JsonValue, JsonError>
Expand description

Parses a JSON value from UTF-8 bytes using the default JsonLimits.