2009-12-07 Andreas Kupries * * Released and tagged Tcllib 1.12 ======================== * 2009-11-24 Andreas Kupries * json_write.tcl: New package 'json::write', supporting the * json_write.test: generation of text in JSON format. * json_write.man: Package version 1. * json_write.pcx: * pkgIndex.tcl: 2009-11-23 Andreas Kupries * json.tcl: Bumped package to version 1.0.1 due to the bugfix made * pkgIndex.tcl: on 2009-04-18. 2009-05-26 KATO Kanryu * json.test: improved to compare dicts 2009-04-18 KATO Kanryu * json.tcl: fixed to parse last integer * json.test: improved to compare dicts 2008-12-12 Andreas Kupries * * Released and tagged Tcllib 1.11.1 ======================== * 2008-10-16 Andreas Kupries * * Released and tagged Tcllib 1.11 ======================== * 2008-06-14 Andreas Kupries * json.pcx: New file. Syntax definitions for the public commands of the json package. 2007-12-05 Andreas Kupries * json.test: Brought the test results into sync with the ordered dicts of Tcl 8.5. NOTE: This will cause the combination of Tcl 8.4 with a backported dict to fail, at least until either the backported dict does the same ordering, or the tests are split into variants, one for both of the two cases. This fixes [Tcllib SF Bug 1844104], reported by Larry Virden . Thanks. 2007-09-12 Andreas Kupries * * Released and tagged Tcllib 1.10 ======================== * 2007-03-21 Andreas Kupries * json.man: Fixed all warnings due to use of now deprecated commands. Added a section about how to give feedback. 2006-10-03 Andreas Kupries * * Released and tagged Tcllib 1.9 ======================== * 2006-08-25 Jeff Hobbs * json.test: empty list test cases * json.tcl (json::_json2dict): handle empty list case 2006-08-18 Andreas Kupries * json.man: Added some more keywords to the docs. 2006-08-17 Jeff Hobbs * json.tcl, json.man, json.test, pkgIndex.tcl: json package v1.0 Parses JSON formatted text into Tcl dicts. See http://www.json.org/ for format details.