Base record that defines the function interfaces for JSONFile.
| Name | Description |
|---|---|
| Get scalar Real value from JSON file | |
| Get 1D Real values from JSON file | |
| Get 2D Real values from JSON file | |
| Get scalar Integer value from JSON file | |
| Get 1D Integer values from JSON file | |
| Get 2D Integer values from JSON file | |
| Get scalar Boolean value from JSON file | |
| Get 1D Boolean values from JSON file | |
| Get 2D Boolean values from JSON file | |
| Get scalar String value from JSON file | |
| Get 1D String values from JSON file | |
| Get 2D String values from JSON file | |
| Get length of 1D array in JSON file | |
| Get dimensions of 2D array in JSON file | |
| Get first dimension of 2D array in JSON file | |
| Get second dimension of 2D array in JSON file |