| 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 */ |