Documentation ¶ Index ¶ type Parser func (p *Parser) Unmarshal(data []byte, v interface{}) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Parser ¶ type Parser struct{} Parser is a JSON parser. func (*Parser) Unmarshal ¶ func (p *Parser) Unmarshal(data []byte, v interface{}) error Unmarshal unmarshals JSON files. Source Files ¶ View all Source files json.go Click to show internal directories. Click to hide internal directories.