Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 208 Bytes

float_chars_format.md

File metadata and controls

10 lines (6 loc) · 208 Bytes

jsoncons::float_chars_format

#include <jsoncons/json_options.hpp>

enum class float_chars_format : uint8_t {general,fixed,scientific,hex};

A type used to specify floating-point formatting.