Parser Options - Mrcarrot1/KarrotObjectNotation GitHub Wiki
As of KON 1.0, each instance of the KONParser
class contains an instance of the KONParserOptions
class. This class contains configuration for various parser functions. Below is a list of options.
-
CaseReadMode
NodeNameReadMode
: Determines how the parser will read the case of node names. Default value:CaseReadMode.KeepOriginal
-
CaseReadMode
KeyReadMode
: Determines how the parser will read the case of keys. Default value:CaseReadMode.KeepOriginal
-
CaseReadMode
ValueReadMode
: Determines how the parser will read the case of values. Default value:CaseReadMode.KeepOriginal
-
bool
AllowImplicitTyping
: Whether or not the parser should use implicit typing. Default value:true
.