src/cx/json.h

changeset 1117
54df904472b0
parent 1097
ef4a6cb318ec
equal deleted inserted replaced
1116:b381da3a9b19 1117:54df904472b0
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.

mercurial