Handling Failures in Parsing Process
Is there any way to catch and handle failures in parsing during the parsing process? I have an array of items I need to parse, and if one of them is invalid I would like to handle it and continue parsing the rest. Is this possible?
