Jump to content

JSON: Difference between revisions

81 bytes added ,  13 years ago
m
m (→‎{{header|Tcl}}: add requirement)
m (→‎{{header|Tcl}}: added xref)
Line 129:
 
=={{header|Tcl}}==
For parsing JSON, there is a package in {{libheader|Tcllib}} which provides the capability (see [http://wiki.tcl.tk/13419 the Tcler's Wiki page on it] for more discussion):
<lang tcl>package require json
set sample {{ "foo": 1, "bar": [10, "apples"] }}
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.