Convert JSON to scilab variable.
result = fromJSON(jsonData) result = fromJSON(jsonFilename, "file")
This function convert string or JSON files into a Scilab variable.
Version | Description |
6.1 | Function introduced. |
2023.0.0 | Handling of tabs (ascii(9)) changed. |