image thumbnail

updated 11 months ago

JSONlab: a toolbox to encode/decode JSON files in MATLAB/Octave by Qianqian Fang

JSONlab is an open-source implementation of a JSON encoder and a decoder/parser for MATLAB/Octave. (decoder, xml, matlab)

json=savejson(rootname,obj,varargin)

loadjson(fname,varargin)

opt=varargin2struct(varargin)

image thumbnail

updated 2 years ago

Creating Builder NE Web Services for Firefox, IE, Chrome and Safari by Peter Webb

Code for "Art of MATLAB" post -- how to create WCF services that communicate using JSON. (json, wcf, windows communication...)

snowflake(n, width, height)

image thumbnail

updated 2 years ago

Coffee Roulette by Emile Demarteau

Let Matlab decide whose turn it is to get the coffee. (coffee, dojo, json)

CoffeeRoulette()

J=mat2json(M)

M=json2mat(J,tag)

image thumbnail

updated 2 years ago

(another) JSON Parser by François Glineur

Parses JSON strings into structures and cell arrays. (json, cells, javascript)

parse_json(string)

image thumbnail

updated 3 years ago

json4mat by Jonas Almeida

This Matlab toolbox converts JSON formats into (json2mat) and from (mat2json) Matlab structures. (json)

JSON4MAT

J=json2mat(M,F)

M=json2mat(J)

image thumbnail

updated 3 years ago

Highly portable JSON-input parser by Nedialko

For any version of Matlab that may still be in use by the fileexchange community. (communications, data export, data import)

p_json(string)

image thumbnail

updated almost 4 years ago

JSON Parser by Joel Feenstra

Parses JSON strings into structures and cells (data import, json, cell arrays)

parse_json(json)

Contact us