src/cx/json.h

changeset 1123
2b83302d595a
parent 1117
54df904472b0
equal deleted inserted replaced
1122:49ab92de9a13 1123:2b83302d595a
461 /** 461 /**
462 * If @c indent_space is true, this is the number of spaces per tab. 462 * If @c indent_space is true, this is the number of spaces per tab.
463 * Indentation is only used in pretty output. 463 * Indentation is only used in pretty output.
464 */ 464 */
465 uint8_t indent; 465 uint8_t indent;
466 /**
467 * Set true to enable escaping of the slash character (solidus).
468 */
469 bool escape_slash;
466 }; 470 };
467 471
468 /** 472 /**
469 * Typedef for the json writer. 473 * Typedef for the json writer.
470 */ 474 */

mercurial