Microscopy Image Browser  1.233
All Classes Files Functions Variables Pages
p_json.m File Reference

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...
 

Detailed Description

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 Documentation

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 ***

based on work from

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().

Here is the caller graph for this function: