matlab_jsonc

Remove comments and tail comma for a json string for matlab to decode.

https://github.com/ustcfdm/matlab_jsonc

You are now following this Submission

Remove comments and tail comma of a json string. Example:
json string with comments and tail comma
{
/* comments
*/
"a": 1, // comments
}
remove comments and tail comma
{
"a": 1
}

To remove comments and tail comma, call function as
output_string = MgRemoveJsoncComments(input_string);

Cite As

Mango Feng (2026). matlab_jsonc (https://github.com/ustcfdm/matlab_jsonc), GitHub. Retrieved .

Tags

Add Tags

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux

Versions that use the GitHub default branch cannot be downloaded

Version Published Release Notes Action
1.0.1

Revise typo.

1.0.0

To view or report issues in this GitHub add-on, visit the GitHub Repository.
To view or report issues in this GitHub add-on, visit the GitHub Repository.