JSON: Difference between revisions

Content added Content deleted
(→‎{{header|Ruby}}: removed reference to rubygems -json is in standardlib at least since 1.9.3)
m (→‎{{header|Oz}}: Do not use here for the link name)
Line 2,061: Line 2,061:


=={{header|Oz}}==
=={{header|Oz}}==
With the JSON library from [http://code.google.com/p/oz-code/downloads/list here]:
Using the [http://code.google.com/p/oz-code/downloads/list google.com/oz-code] JSON library:
<lang oz>declare
<lang oz>declare
[JSON] = {Module.link ['JSON.ozf']}
[JSON] = {Module.link ['JSON.ozf']}