src/cx/json.h

changeset 1082
46cdc8689fc4
parent 1079
4e1872151fb6
child 1097
ef4a6cb318ec
--- a/src/cx/json.h	Fri Jan 03 17:16:49 2025 +0100
+++ b/src/cx/json.h	Fri Jan 03 19:18:00 2025 +0100
@@ -231,6 +231,10 @@
      * The key/value entries.
      */
     CX_ARRAY_DECLARE(CxJsonObjValue, values);
+    /**
+     * The original indices to reconstruct the order in which the members were added.
+     */
+    size_t *indices;
 };
 
 /**

mercurial