pub fn dumps(doc: &Document, align_columns: bool) -> StringExpand description
Serialize a Document to an ISON string
ยงArguments
doc- The document to serializealign_columns- Whether to align columns with padding (default: false for token efficiency)