Index: openacs-4/packages/ajaxhelper/tcl/json-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ajaxhelper/tcl/json-procs.tcl,v diff -u -r1.4 -r1.4.2.1 --- openacs-4/packages/ajaxhelper/tcl/json-procs.tcl 25 Apr 2018 19:47:46 -0000 1.4 +++ openacs-4/packages/ajaxhelper/tcl/json-procs.tcl 14 Feb 2019 16:15:01 -0000 1.4.2.1 @@ -67,7 +67,7 @@ # we are dealing with an Object getc set state OBJECT - set dictVal {} + set dictVal [list] } VALUE { # this object element's value is an Object