Skip to main content

dump

Function dump 

Source
pub fn dump(t: &Value) -> Result<String, SerError>
Expand description

Full serialization: name = "_", compact, sparse.

Output is a do ... return _ end block that returns the value when loaded.

ยงErrors

Propagates SerError from [serialize].