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.3 -r1.4 --- openacs-4/packages/ajaxhelper/tcl/json-procs.tcl 31 Dec 2017 09:40:04 -0000 1.3 +++ openacs-4/packages/ajaxhelper/tcl/json-procs.tcl 25 Apr 2018 19:47:46 -0000 1.4 @@ -67,7 +67,7 @@ # we are dealing with an Object getc set state OBJECT - set dictVal [list] + set dictVal {} } VALUE { # this object element's value is an Object