We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3557abe commit a29f0eeCopy full SHA for a29f0ee
common/src/main/java/com/genexus/xml/GXXMLSerializable.java
@@ -297,7 +297,7 @@ public Object GetJSONObject(boolean includeState)
297
}
298
public Object GetJSONObject(boolean includeState, boolean includeNoInitialized)
299
{
300
- jsonObj.clear();
+ jsonObj = new JSONObject();
301
tojson(includeState, includeNoInitialized);
302
if (isArrayObject)
303
0 commit comments