package
0.0.0-20230513185013-eb16fb7425dd
Repository: https://github.com/robfig/jl.git
Documentation: pkg.go.dev
# Functions
New will construct a new Stream and start it.
# Structs
Line represents a line from the given Reader of a Stream, containing the raw bytes and the RawMessage of JSON if present.
# Interfaces
Stream lets you scan through the lines of a io.Reader and return each line as a Line struct, containing the raw bytes and the JSON bytes if present.