# Packages
Package json lines mimicks standard library json Encoder and Decoder, but to encode and decode one JSON per line.
# Functions
Main is a main function for running a native Go driver as an Exec-based module that uses internal json protocol.
No description provided by the author
No description provided by the author
# Variables
Binary default location of the native driver binary.
ErrDriverCrashed is returned when the driver crashes after parsing attempt.
ErrNotRunning is returned when calling Parse on the not running driver.
# Type aliases
Encoding is the Encoding used for the content string.