(another) JSON Parser

Parses JSON strings into structures and cell arrays.

現在この提出コンテンツをフォロー中です。

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 (2026). (another) JSON Parser (https://jp.mathworks.com/matlabcentral/fileexchange/23393-another-json-parser), MATLAB Central File Exchange. に取得済み.

一般的な情報

MATLAB リリースの互換性

  • すべてのリリースと互換性あり

プラットフォームの互換性

  • Windows
  • macOS
  • Linux
バージョン 公開済み リリース ノート Action
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