Skip to main content

root

Function root 

Source
pub fn root(bytes: &[u8]) -> Result<Value, Error>
Expand description

The one restricted-JSON root every control document parses through.

ยงErrors

Any strict-JSON defect, carried as ErrorKind::Json.