Documentation
¶
Index ¶
- type JsonNode
- func (n JsonNode) KeyLineCol(source []byte) (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 []byte) (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) LiteralValue ¶
func (n JsonNode) LiteralValue() interface{}
Click to show internal directories.
Click to hide internal directories.