Added my JSON utilities package. Included are procs to parse a JSON string into a canonical Tcl list representation, to generate a JSON str…
Show more
Added my JSON utilities package. Included are procs to parse a JSON stringinto a canonical Tcl list representation, to generate a JSON string fromsuch a representation (round-tripping works, i.e. JSON -> Tcl -> JSON),pretty-print JSON strings, set/get attributes, create objects and arrays,etc.
Show less