spaces_option.md
May 31, 2023 ยท View on GitHub
jsoncons::spaces_option
enum class spaces_option : uint8_t
{
no_spaces=0,
space_after,
space_before,
space_before_and_after
};
May 31, 2023 ยท View on GitHub
enum class spaces_option : uint8_t
{
no_spaces=0,
space_after,
space_before,
space_before_and_after
};