447 * Set false to output the members in the order in which they were added. |
447 * Set false to output the members in the order in which they were added. |
448 */ |
448 */ |
449 bool sort_members; |
449 bool sort_members; |
450 /** |
450 /** |
451 * The maximum number of fractional digits in a number value. |
451 * The maximum number of fractional digits in a number value. |
|
452 * The default value is 6 and values larger than 15 are reduced to 15. |
|
453 * Note, that the actual number of digits may be lower, depending on the concrete number. |
452 */ |
454 */ |
453 uint8_t frac_max_digits; |
455 uint8_t frac_max_digits; |
454 /** |
456 /** |
455 * Set true to use spaces instead of tab characters. |
457 * Set true to use spaces instead of tab characters. |
456 * Indentation is only used in pretty output. |
458 * Indentation is only used in pretty output. |