Skip to main content

stringify

Function stringify 

Source
pub fn stringify(json: &JsonValue) -> String
Expand description

Serialize a JsonValue to a compact JSON string without extra whitespace.

Supports all JSON types: string, number, boolean, null, array, and object.