Parser.processBadDocument

if set to true (default is false), the parser will try to parse any and all badly formed document as long as it can be processed.

struct Parser(L, Flag!"preserveWhitespace" preserveWhitespace = No.preserveWhitespace)
bool processBadDocument;

Meta