Sometimes I pass in undefined or null, I know this is bad, but your script should not die on those errors. `parser.parseString(null, true);`
Sometimes I pass in undefined or null, I know this is bad, but your script should not die on those errors.
parser.parseString(null, true);