![]() |
Microscopy Image Browser
1.233
|
DATA = P_JSON(string) This function parses a JSON string and returns a cell array with the parsed data. JSON objects are converted to structures and JSON arrays are converted to cell arrays. More...
Functions | |
function data = | p_json (string) |
DATA = P_JSON(string) This function parses a JSON string and returns a cell array with the parsed data. JSON objects are converted to structures and JSON arrays are converted to cell arrays. More... | |
DATA = P_JSON(string) This function parses a JSON string and returns a cell array with the parsed data. JSON objects are converted to structures and JSON arrays are converted to cell arrays.
function data = p_json | ( | string | ) |
DATA = P_JSON(string) This function parses a JSON string and returns a cell array with the parsed data. JSON objects are converted to structures and JSON arrays are converted to cell arrays.
========================================================= *** HIGHLY PORTABLE VERSION ***
http://json-schema.org/ & http://www.mathworks.com/matlabcentral/fileexchange/
F.Glineur 23393-another-json-parser: Faster, Clearer & More robust than #20565 J.Feenstra 20565-json-parser
parts (c) Nedialko Krouchev Nov.2009
Referenced by getImageMetadata().