Parse JSON text

Convert data from JSON format to a MATLAB-usable variable.
4,5K téléchargements
Mise à jour 17 mars 2014

Afficher la licence

Implemented as a MATLAB class, this file quickly and conveniently turns incoming streams of text into useful data for your MATLAB workspace.
This submission also contains an example/ directory and a test/ directory containing unit tests.

Citation pour cette source

Joe Hicklin (2026). Parse JSON text (https://fr.mathworks.com/matlabcentral/fileexchange/42236-parse-json-text), MATLAB Central File Exchange. Extrait(e) le .

Compatibilité avec les versions de MATLAB
Créé avec R2013a
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Remerciements

A inspiré : OpenSignals File Format Reader for BITalino

Version Publié le Notes de version
1.4.0.0

Fixed bugs described by Guy.
Numeric fields equal to the ASCII codes for special characters like {}[]: and , no longer fail.
Field names that start with numbers get an "s" prepended to them to form valid MATLAB fields.
Thanks Guy!

1.1.0.0

Minor update.