pub fn write_json_to_vmo(vmo: &Vmo, value: &Value) -> Result<(), Error>
Expand description
Write an arbitrary JSON Value into a VMO. The Value can be recovered via read_json_from_vmo().
§Arguments
- ‘vmo’ - The VMO into which to write the JSON Value.
- ‘value’ - The JSON Value to write.