pub fn parse_json(data: Bytes) -> Result<Value>
Parse JSON bytes into Value
Returns Error::JsonDecode if the bytes are not valid JSON.
Error::JsonDecode