Skip to main content

Module node

Module node 

Source
Expand description

Abstract Syntax Tree (AST) representation of YSON values.

Structs§

YsonValue
Represents a complete YSON value, including its optional attributes and data node.

Enums§

Token
Represents individual lexical units (tokens) produced by the YSON lexer.
YsonNode
Represents the data variants available in the YSON data model.