aboutsummaryrefslogtreecommitdiff
path: root/jsonencode.tcl
AgeCommit message (Collapse)AuthorFilesLines
2021-03-22json::encode: Improve the implementationSteve Bennett1-69/+62
Use a single subencoder proc for all types. Signed-off-by: Steve Bennett <steveb@workware.net.au>
2019-11-09json: Add json encoder/decoderSteve Bennett1-0/+100
Using the jsmn library for decoding. Based on the original implementation by Svyatoslav Mishyn <juef@openmailbox.org> Signed-off-by: Steve Bennett <steveb@workware.net.au>