Struct serde_json::ser::CompactFormatter  
            
                [−]
            
        [src]
pub struct CompactFormatter;
This structure compacts a JSON value with no extra whitespace.
pub struct CompactFormatter;
This structure compacts a JSON value with no extra whitespace.
impl Formatter for CompactFormatter