JSONio: a MATLAB JSON library
JSONio is a MATLAB library to read/write data in the JSON (JavaScript Object Notation) data-interchange format.
- Download: JSONio.zip
- Source code repository: GitHub.
- License: MIT.
- Installation: See instructions below.
- Demo: See the example below.
JSON parsing uses Serge Zaitsev's excellent jsmn JSON fast parser.
JSONio is compatible with MathWorks' jsonencode/jsondecode, is faster than JSONlab, does not rely on Java like Matlab JSON and is easier to build than matlab-json.
This library is also part of SPM.