src/cx/json.h

changeset 1079
4e1872151fb6
parent 1077
911a154dd469
child 1082
46cdc8689fc4
--- 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;
 };
 
 /**

mercurial