JSON: Difference between revisions

m
→‎{{header|Oz}}: Do not use here for the link name
(→‎{{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:
 
=={{header|Oz}}==
WithUsing the JSON library from [http://code.google.com/p/oz-code/downloads/list heregoogle.com/oz-code] JSON library:
<lang oz>declare
[JSON] = {Module.link ['JSON.ozf']}
Anonymous user