matlab-jsonlab

native JSON/UBJSON/MassagePack encoder/decoder for MATLAB
  https://openjdata.org/jsonlab
  0
  no reviews



JSONLab is a free and open-source implementation of a JSON/UBJSON/MessagePack encoder and a decoder in the native MATLAB language. It can be used to convert a MATLAB data structure (array, struct, cell, struct array and cell array) into JSON/UBJSON formatted string, or decode a JSON/UBJSON/MessagePack file into MATLAB data. JSONLab supports both MATLAB and GNU Octave (a free MATLAB clone). JSONLab is now the official reference implementation for the JData Specification (Draft 3) - the foundation of the OpenJData Project (http://openjdata.org).

This package provides support for MATLAB.