JSON parses json records.
| 15 | |
| 16 | // JSON parses json records. |
| 17 | type JSON struct { |
| 18 | reader io.Reader |
| 19 | } |
| 20 | |
| 21 | // NewJSONLog creates a json parser. |
| 22 | func NewJSONLog(r io.Reader) *JSON { |
nothing calls this directly
no outgoing calls
no test coverage detected