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.
-
CaseReadModeNodeNameReadMode: Determines how the parser will read the case of node names. Default value:CaseReadMode.KeepOriginal -
CaseReadModeKeyReadMode: Determines how the parser will read the case of keys. Default value:CaseReadMode.KeepOriginal -
CaseReadModeValueReadMode: Determines how the parser will read the case of values. Default value:CaseReadMode.KeepOriginal -
boolAllowImplicitTyping: Whether or not the parser should use implicit typing. Default value:true.