jsonutils

package
v0.0.0-...-6060be6 Latest Latest
Warning

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

Go to latest
Published: Feb 19, 2020 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type JSONStreamWriter

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

JSONStreamWriter writes tokens as parsed by a json.Decoder back to a string

func NewJSONStreamWriter

func NewJSONStreamWriter(out io.Writer) *JSONStreamWriter

NewJSONStreamWriter is the constructor for a JSONStreamWriter

func (*JSONStreamWriter) Path

func (j *JSONStreamWriter) Path() string

Path returns the path to the current position in the JSON tree

func (*JSONStreamWriter) WriteToken

func (j *JSONStreamWriter) WriteToken(token json.Token) error

WriteToken writes the next token to the output

Jump to

Keyboard shortcuts

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