(another) JSON Parser

버전 1.4.0.0 (2.76 KB) 작성자: François Glineur
Parses JSON strings into structures and cell arrays.
다운로드 수: 8.1K
업데이트 날짜: 2011/1/11

라이선스 보기

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 릴리스 호환 정보
개발 환경: R2008b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux

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