- public const string BOOL
The tag !!bool with the values: true and
false.
- public const string DEFAULT_MAPPING
The default mapping tag is !!map.
- public const string DEFAULT_SCALAR
The default scalar tag is !!str.
- public const string DEFAULT_SEQUENCE
The default sequence tag is !!seq.
- public const string FLOAT
The tag !!float for float values.
- public const string INT
The tag !!int for integer values.
- public const string MAP
The tag !!map is used to denote mapping.
- public const string NULL
The tag !!null with the only possible value: null
.
- public const string SEQ
The tag !!seq is used to denote sequences.
- public const string STR
The tag !!str for string values.
- public const string TIMESTAMP
The tag !!timestamp for date and time values.