partial function getArraySize1D extends Modelica.Icons.Function; input String varName "Key"; input Types.ExternJSONFile json "External JSON file object"; output Integer n "Number of elements in array"; end getArraySize1D;