pub fn stringify(json: &JsonValue) -> String
Serialize a JsonValue to a compact JSON string without extra whitespace.
JsonValue
Supports all JSON types: string, number, boolean, null, array, and object.