I want to read from a json file with Matlab and store everything in \"data\" as objects. After import, I need to iterate through all and extract specific values, if it\'s av
If you just want to read whole JSON files into MATLAB, and have a C++11 compiler, you can use the very fast json_read mex function.