Describes the current YAML token being read.
public enum YamlTokenType
kind:method, kind:property, kind:ctor. Press Esc to clear.AliasAn alias (reference to an anchor).DocumentEndEnd of a YAML document.DocumentStartStart of a YAML document.EndMappingEnd of a mapping (object).EndSequenceEnd of a sequence (array).NoneNo token is available.ScalarA scalar value.StartMappingStart of a mapping (object).StartSequenceStart of a sequence (array).StreamEndEnd of a YAML stream.StreamStartStart of a YAML stream.