Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 161 Bytes

spaces_option.md

File metadata and controls

12 lines (10 loc) · 161 Bytes

jsoncons::spaces_option

enum class spaces_option : uint8_t 
{
    no_spaces=0,
    space_after,
    space_before,
    space_before_and_after
};