Gets the default tag and value for the specified Scalar. The default tag can be different from a actual tag of this NodeEvent.
bool TryParse(Scalar scalar, bool decodeValue, [NotNullWhen(true)] scoped out string? defaultTag, scoped out object? value)
The scalar event.
if set to true [decode value].
The default tag decoded from the scalar.
The value extracted from a scalar.