MCPcopy
hub / github.com/inancgumus/learngo / JSON

Struct JSON

logparser/v5/pipe/jsonlog.go:17–19  ·  view source on GitHub ↗

JSON parses json records.

Source from the content-addressed store, hash-verified

15
16// JSON parses json records.
17type JSON struct {
18 reader io.Reader
19}
20
21// NewJSONLog creates a json parser.
22func NewJSONLog(r io.Reader) *JSON {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected