Groovy (Low-code)SDK Functions (Groovy)ParserObjectparser.asListOn this pageparser.asList parser.asList(object) Description Converts the object into a list. Parameters ParameterTypeExplanationobjectObjectAny value to be parsed into a list Example res = http.get(url)list = parser.asList(res)for (element : list) api.publish(element)