JSON-Format
JavaScript®-Object-Notation-Format
JavaScript Object Notation (JSON) ist ein Datenaustauschformat auf Basis der Programmiersprache JavaScript. Sie können JSON-formatierten Text dekodieren und kodieren. Zudem können Sie Daten aus einer JSON-Datei als Struktur in MATLAB® importieren und den Inhalt einer Struktur in eine JSON-Datei (seit R2023b) schreiben.
Funktionen
jsondecode | Decode JSON-formatted text |
jsonencode | Create JSON-formatted text from structured MATLAB data |
readstruct | Create structure array from file (Seit R2020b) |
writestruct | Write structure array to file (Seit R2020b) |
Themen
- Customize JSON Encoding for MATLAB Classes
How to override the
jsonencode
function for user-defined classes.