Skip to main content

parse_json

Function parse_json 

Source
pub fn parse_json(data: Bytes) -> Result<Value>
Expand description

Parse JSON bytes into Value

ยงErrors

Returns Error::JsonDecode if the bytes are not valid JSON.