| 33 | } |
| 34 | |
| 35 | type 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. |
nothing calls this directly
no outgoing calls
no test coverage detected