dumps

Function dumps 

Source
pub fn dumps(doc: &Document, align_columns: bool) -> String
Expand description

Serialize a Document to an ISON string

ยงArguments

  • doc - The document to serialize
  • align_columns - Whether to align columns with padding (default: false for token efficiency)