Documentation
¶
Index ¶
Constants ¶
View Source
const ( ObjStart state = iota ObjOpen ObjProperty ObjComma // Property states PropertyStart PropertyKey PropertyColon // Array states ArrayStart ArrayOpen ArrayValue ArrayComma // String states StringStart StringQuoteOrChar Escape // Number states NumberStart NumberMinus NumberZero NumberDigit NumberPoint NumberDigitFraction NumberExp NumberExpDigitOrSign )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Identifier ¶
type Property ¶
type Property struct {
Type string
Key Identifier
Value Value
}
type RootNode ¶
type RootNode struct {
RootValue *Value
Type RootNodeType
}
Click to show internal directories.
Click to hide internal directories.