1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86
|
2009-12-07 Andreas Kupries <andreas_kupries@users.sourceforge.net>
*
* Released and tagged Tcllib 1.12 ========================
*
2009-11-24 Andreas Kupries <andreas_kupries@users.sourceforge.net>
* 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 <andreas_kupries@users.sourceforge.net>
* 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 <kanryu6@users.sourceforge.net>
* json.test: improved to compare dicts
2009-04-18 KATO Kanryu <kanryu6@users.sourceforge.net>
* json.tcl: fixed to parse last integer
* json.test: improved to compare dicts
2008-12-12 Andreas Kupries <andreas_kupries@users.sourceforge.net>
*
* Released and tagged Tcllib 1.11.1 ========================
*
2008-10-16 Andreas Kupries <andreas_kupries@users.sourceforge.net>
*
* Released and tagged Tcllib 1.11 ========================
*
2008-06-14 Andreas Kupries <andreas_kupries@users.sourceforge.net>
* json.pcx: New file. Syntax definitions for the public commands
of the json package.
2007-12-05 Andreas Kupries <andreask@activestate.com>
* 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
<lvirden@users.sourceforge.net>. Thanks.
2007-09-12 Andreas Kupries <andreas_kupries@users.sourceforge.net>
*
* Released and tagged Tcllib 1.10 ========================
*
2007-03-21 Andreas Kupries <andreas_kupries@users.sourceforge.net>
* 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 <andreas_kupries@users.sourceforge.net>
*
* Released and tagged Tcllib 1.9 ========================
*
2006-08-25 Jeff Hobbs <jeffh@ActiveState.com>
* json.test: empty list test cases
* json.tcl (json::_json2dict): handle empty list case
2006-08-18 Andreas Kupries <andreask@activestate.com>
* json.man: Added some more keywords to the docs.
2006-08-17 Jeff Hobbs <jeffh@ActiveState.com>
* 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.
|