Documentation ¶
Index ¶
- type JsonNode
- func (n JsonNode) KeyLineCol(source io.ReadSeeker) (int, int, string)
- func (n JsonNode) KeyValueMap() (map[string]astnode.AstNode, bool)
- func (n JsonNode) LiteralValue() interface{}
- func (n JsonNode) SliceChild(index int) (astnode.AstNode, bool)
- func (n JsonNode) Tag() string
- func (n JsonNode) ValueLineCol(source io.ReadSeeker) (int, int, string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JsonNode ¶
func FromJsonRoot ¶
func (JsonNode) KeyLineCol ¶
func (JsonNode) LiteralValue ¶
func (n JsonNode) LiteralValue() interface{}
func (JsonNode) ValueLineCol ¶
Click to show internal directories.
Click to hide internal directories.