pub fn dump<W: Write>( value: &Value, options: &DumpOptions, writer: W, ) -> Result<(), Error>
Serialize a Value to a writer in NestedText format.