pub fn read_json_from_vmo(vmo: &Vmo) -> Result<Value, Error>
Expand description
Read an arbitrary JSON Value from a VMO. The Value must previously have been written into the VMO by write_json_to_vmo().
§Arguments
- ‘vmo’ - The VMO from which the JSON Value is to be read.