json_document_to_json_value

Function json_document_to_json_value 

Source
pub fn json_document_to_json_value(
    path: impl AsRef<Path>,
) -> Result<Value, ProtocolError>
Expand description

Reads a JSON file and converts it to serde_value.