.ExternData.Interfaces.JSON.Base

Information

Base record that defines the function interfaces for JSONFile.

Contents

NameDescription
 getRealGet scalar Real value from JSON file
 getRealArray1DGet 1D array Real value from JSON file
 getRealArray2DGet 2D array Real value from JSON file
 getIntegerGet scalar Integer value from JSON file
 getIntegerArray1DGet 1D array Integer value from JSON file
 getIntegerArray2DGet 2D array Integer value from JSON file
 getBooleanGet scalar Boolean value from JSON file
 getBooleanArray1DGet 1D array Boolean value from JSON file
 getBooleanArray2DGet 2D array Boolean value from JSON file
 getStringGet scalar String value from JSON file
 getStringArray1DGet 1D array String value from JSON file
 getStringArray2DGet 2D array String value from JSON file
 getArraySize1DGet the size of a 1D array in a JSON file
 getArraySize2DGet the size of a 2D array in a JSON file
 getArrayRows2DGet first dimension of 2D array in JSON file
 getArrayColumns2DGet second dimension of 2D array in JSON file

Generated at 2024-11-22T19:25:38Z by OpenModelicaOpenModelica 1.24.2 using GenerateDoc.mos