(another) JSON Parser
This function parses JSON strings. It converts JSON arrays into cell arrays and JSON objects into structures.
It is similar to the JSON parser by Joel Feenstra but often faster because of a better handling of strings.
引用格式
François Glineur (2024). (another) JSON Parser (https://www.mathworks.com/matlabcentral/fileexchange/23393-another-json-parser), MATLAB Central File Exchange. 检索时间: .
MATLAB 版本兼容性
平台兼容性
Windows macOS Linux类别
- MATLAB > Data Import and Analysis > Data Import and Export > Web Access and Streaming > Web Services >
- MATLAB > Language Fundamentals > Data Types > Characters and Strings > String Parsing >
- MATLAB > Data Import and Analysis > Data Import and Export > Standard File Formats > JSON Format >
标签
致谢
参考作品: JSON Parser
启发作品: JSONLab (Development Branch), skychart, Google(R) Translate, Highly portable JSON-input parser, JSONLab: portable, robust JSON/binary-JSON encoder/decoder
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!版本 | 已发布 | 发行说明 | |
---|---|---|---|
1.4.0.0 | Updated description to take into account remark by Benjamin Ting |
||
1.2.0.0 | Contains previous update that was incorrectly uploaded |
||
1.1.0.0 | If needed, fields names are modified to make them compatible with MATLAB's requirements (only letters, digits and underscores, first character is a letter) |
||
1.0.0.0 |