JSON is a light-weight, language independent, data interchange format.
This toolbox allows Matlab/Octave apps to parse and render data in JSON format, and international file format used for interchanging data between different environments.
It can be used to convert a MATLAB data structure (array, struct, cell, struct array and cell array) into JSON formatted string, or decode a JSON file into MATLAB data.
JSONlab supports both MATLAB and GNU Octave (a free MATLAB clone).
What's New in This Release: [ read full changelog ]
· Fixed loadjson quotation mark escape bug.
· Patch to handle root-less objects.