pub fn json_document_to_json_value( path: impl AsRef<Path>, ) -> Result<Value, ProtocolError>
Reads a JSON file and converts it to serde_value.