Hello!
I did download tcljson module from AOL SVN. This has dependence to json.h but
without description about json.h and that is strange. Now I did build library
json-c and libjson for debian lenny. I did rewrite "json" prefix to "ns_json"
and rename tcljson to nsjson. JSON generator is work but JSON parser doesn't
work.
Can any help to fix this? In test.tcl example file test code for parser is
commented:
set string "\{ \"int\": 100, \"double\": 100000.000000, \"string\": \"Hello
World!\", \"boolean\": false, \"array\": \[ \"one\
", \"two\", \"three\" \] \}"
#set o_2 [json.stringToObject $string]
#puts [json.objectToString $o_2]
I want to have JSON generator but parser can be helpful too. There are pure
tcl JSON generators but I don't think that these have good syntax.
Best regards.
--
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.