jsonio

package
v1.15.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 29, 2024 License: BSD-3-Clause Imports: 20 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ArrayWriter added in v1.0.0

type ArrayWriter struct {
	// contains filtered or unexported fields
}

func NewArrayWriter added in v1.0.0

func NewArrayWriter(wc io.WriteCloser) *ArrayWriter

func (*ArrayWriter) Close added in v1.0.0

func (a *ArrayWriter) Close() error

func (*ArrayWriter) Write added in v1.0.0

func (a *ArrayWriter) Write(val zed.Value) error

type Reader

type Reader struct {
	// contains filtered or unexported fields
}

func NewReader

func NewReader(zctx *zed.Context, r io.Reader) *Reader

func (*Reader) Read

func (r *Reader) Read() (*zed.Value, error)

type Writer

type Writer struct {
	io.Closer
	// contains filtered or unexported fields
}

func NewWriter

func NewWriter(wc io.WriteCloser) *Writer

func (*Writer) Write

func (w *Writer) Write(val zed.Value) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL