JSON: Difference between revisions

Content added Content deleted
(Added LFE examples)
Line 1,055: Line 1,055:
ExportString[data, "JSON"]
ExportString[data, "JSON"]
</lang>
</lang>

=={{header|MATLAB}} / {{header|Octave}}==
The toolbox [http://iso2mesh.sourceforge.net/cgi-bin/index.cgi?jsonlab/Download JSONlab] is doing a nice job to read (loadjson.m) and write (savejson.m) data in JSON format.


=={{header|NetRexx}}==
=={{header|NetRexx}}==