2011/5/9 Dave Bauer <[email protected]>: > Are you trying to interpret JSON data sent to form processing script?
No. The function parse standart HTTP forms like to ns_querygetall function. You can sent these by SUBMIT button too. But modern web applications use AJAX and I did write AJAX example. > There is a JSON library in > Tcllib. http://tcllib.sourceforge.net/doc/json.html It's very, very slow. Other libraries are faster by 100x factor and more! As example, see http://mobigroup.ru/debian/pool-squeeze/main/y/yajl-tcl/ You can check performance of the json2dict function from yajl-tcl package and tcllib json package... -- Best regards, Alexey Pechnikov. http://pechnikov.tel/ -- AOLserver - http://www.aolserver.com/ To Remove yourself from this list, simply send an email to <[email protected]> with the body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of your email blank.
