package
1.9.1
Repository: https://github.com/elastic/apm-data.git
Documentation: pkg.go.dev

# Functions

NewJSONDecoder returns a *json.Decoder where numbers are unmarshaled as a Number instead of a float64 into an interface{}.
No description provided by the author
NewNDJSONStreamDecoder returns a new NDJSONStreamDecoder which decodes ND-JSON lines from r, with a maximum line length of maxLineLength.

# Variables

No description provided by the author

# Structs

No description provided by the author
LimitedReader is like io.LimitedReader, but returns a requestError upon detecting a request that is too large.
LineReader reads length-limited lines from streams using a limited amount of memory.
NDJSONStreamDecoder decodes a stream of ND-JSON lines from an io.Reader.

# Interfaces

No description provided by the author

# Type aliases

JSONDecodeError is a custom error that can occur during JSON decoding.