package
1.0.1
Repository: https://github.com/segmentio/objconv.git
Documentation: pkg.go.dev

# Functions

Marshal writes the JSON representation of v to a byte slice returned in b.
NewDecoder returns a new JSON decoder that parses values from r.
No description provided by the author
NewEncoder returns a new JSON encoder that writes to w.
No description provided by the author
No description provided by the author
NewPrettyEncoder returns a new JSON encoder that writes to w.
NewPrettyStreamEncoder returns a new JSON stream encoder that writes to w.
NewStreamDecoder returns a new JSON stream decoder that parses values from r.
NewStreamEncoder returns a new JSON stream encoder that writes to w.
Unmarshal decodes a JSON representation of v from b.

# Variables

Codec for the JSON format.
PrettyCodec for the JSON format.

# Structs

Emitter implements a JSON emitter that satisfies the objconv.Emitter interface.
No description provided by the author
No description provided by the author