package
2.32.0
Repository: https://github.com/prebid/prebid-server.git
Documentation: pkg.go.dev

# Functions

Drops element from json byte array - Doesn't support drop element from json list - Keys in the path can skip levels - First found element will be removed.
Finds element in json byte array with any level of nesting.
Marshal marshals a data structure into a byte slice without performing any validation on the data.
MergeClone unmarshals json data on top of an existing object and clones pointers of the existing object before setting new values.
Unmarshal unmarshals a byte slice into the specified data structure without performing any validation on the data.
UnmarshalValid validates and unmarshals a byte slice into the specified data structure returning an error if validation fails.

# Structs

RawMessageExtension will call json.Compact() on every json.RawMessage field when getting marshalled.

# Type aliases

No description provided by the author