Remove comments and tail comma for a json string for matlab to decode.
You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
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 .
General Information
- Version 1.0.1 (158 KB)
-
View License on GitHub
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.
