pub fn parse(json: &[u8]) -> Result<Value<'_>, Error>
Parses JSON-compliant bytes into Value
Value
If and only if json is not valid JSON.
json
If and only if there is not enough memory to allocate.