Interface IParsingDef
JSON section schema carrying the raw, brand-specific parsing trace for an NC block. The Parsing node holds intermediate parser output used by downstream syntaxes and diagnostics.
public interface IParsingDef
- Extension Methods
Properties
Parsing
Raw parsing trace JSON for the current block.
JsonNode Parsing { get; set; }