Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JsonParser ¶
type JsonParser struct{}
JsonParser parse a JSON string.
func (*JsonParser) ParseString ¶
func (j *JsonParser) ParseString(line string) (map[string]string, error)
ParseString implements the Parser interface. The value in the map is not necessarily a string, so it needs to be converted.
Click to show internal directories.
Click to hide internal directories.