6 lines
266 B
Go
6 lines
266 B
Go
// Package json is a collection of primitives for fast encoding and decoding of
|
|
// minified JSON, intended to eventually replace most of the event and filter
|
|
// encoder and others, built as part of the beginnings of a Go NWC protocol
|
|
// implementation.
|
|
package json
|