dbutils/json.c

changeset 30
d33eaaec15da
parent 29
b8c826c720f3
--- a/dbutils/json.c	Thu Dec 11 22:58:02 2025 +0100
+++ b/dbutils/json.c	Fri Dec 12 10:42:53 2025 +0100
@@ -74,7 +74,7 @@
                     }
                     child->allocator = a;
                     child->type = CX_JSON_STRING;
-                    child->value.string = s;
+                    child->string = s;
                 }
             } else if(field->toBinary) {
                 // TODO

mercurial