Dumps a model instance as a JSON string.
function getModelInstance input TypeName className; input String modifier = ""; input Boolean prettyPrint = false; output String result; end getModelInstance;