JSON Format
JavaScript® Object Notation format
JavaScript Object Notation (JSON) is a data interchange format based on the JavaScript programming language. These functions let you encode and decode JSON-formatted text.
Functions
jsondecode | Decode JSON-formatted text |
jsonencode | Create JSON-formatted text from structured MATLAB data |
Topics
- Customize JSON Encoding for MATLAB Classes
How to override the
jsonencode
function for user-defined classes.