partial function getBooleanArray1D extends Modelica.Icons.Function; input String varName "Key"; input Integer n = 1 "Number of elements"; input Types.ExternJSONFile json "External JSON file object"; output Boolean y[n] "1D Real values"; end getBooleanArray1D;