Microscopy Image Browser 2.91
MIB
Loading...
Searching...
No Matches
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.
 

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

◆ p_json()

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

References max, and min.

Referenced by mibGetImageMetadata().

Here is the caller graph for this function: