diff -r 49ab92de9a13 -r 2b83302d595a src/cx/json.h --- a/src/cx/json.h Sat Jan 11 12:56:54 2025 +0100 +++ b/src/cx/json.h Sun Jan 12 13:04:32 2025 +0100 @@ -463,6 +463,10 @@ * Indentation is only used in pretty output. */ uint8_t indent; + /** + * Set true to enable escaping of the slash character (solidus). + */ + bool escape_slash; }; /**