--- a/src/cx/json.h Thu Jan 02 20:58:32 2025 +0100 +++ b/src/cx/json.h Thu Jan 02 21:00:11 2025 +0100 @@ -457,16 +457,6 @@ * Indentation is only used in pretty output. */ uint8_t indent; - /** - * Set true to enable automatic wrapping of arrays. - * Wrapping is only used in pretty output. - * Objects within arrays are always wrapped. - */ - bool wrap_array; - /** - * Specify the maximum number of characters in a line before an array needs to wrap. - */ - uint16_t wrap_threshold; }; /**