MCPcopy Create free account
hub / github.com/IBM/newrelic-cli / YAMLOrJSONDecoder

Struct YAMLOrJSONDecoder

utils/decoder.go:176–182  ·  view source on GitHub ↗

YAMLOrJSONDecoder attempts to decode a stream of JSON documents or YAML documents by sniffing for a leading { character.

Source from the content-addressed store, hash-verified

174// YAMLOrJSONDecoder attempts to decode a stream of JSON documents or
175// YAML documents by sniffing for a leading { character.
176type YAMLOrJSONDecoder struct {
177 r io.Reader
178 bufferSize int
179
180 decoder decoder
181 rawData []byte
182}
183
184type JSONSyntaxError struct {
185 Line int

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected