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