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