MCPcopy Create free account
hub / github.com/TheThingsNetwork/lorawan-stack / jsonDecoder

Struct jsonDecoder

pkg/util/io/io.go:35–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35type jsonDecoder struct {
36 inArray bool
37 it *jsoniter.Iterator
38}
39
40// NewJSONDecoder returns a new Decoder on top of r, and that uses the common JSON
41// format used in The Things Stack.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected