# 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.
# Structs
Emitter implements a JSON emitter that satisfies the objconv.Emitter interface.
No description provided by the author
No description provided by the author