Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 533 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 533 Bytes

LIBjson.tcl

Description

A set of subroutines (procedures) to create a list of lists reflecting a JSON document and a procedure to query an element given a path in UNIX-style format.

Examples

Please refer to test/testkit.tcl, which contains a number of procedures to validate the effectiveness of the implementation. It can also be used to ensure that LIBjson.tcl procedures are in working order.

Environment

  • Tcl v8.6
  • Debian/GNU Linux (stretch)

Author