...

Package jsonstream

import "github.com/launchdarkly/go-jsonstream/v3"
Overview
Index
Subdirectories

Overview ▾

Package jsonstream provides a fast streaming JSON encoding and decoding mechanism.

The base package is empty; see the jreader and jwriter subpackages.

In the default implementation, these packages have no external dependencies. Setting the build tag "launchdarkly_easyjson" causes them to use https://github.com/mailru/easyjson as the underlying reader/writer implementation.

For more information, see: https://github.com/launchdarkly/go-jsonstream

Index ▾

Package files

package_info.go

Subdirectories

Name Synopsis
..
jreader Package jreader provides an efficient mechanism for reading JSON data sequentially.
jwriter Package jwriter provides an efficient mechanism for writing JSON data sequentially.