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

# Functions

DropElement 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.
FindElement 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.
ParseIntoString Parse json bytes into a string pointer.
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

RawMessage to allow replacing json with jsonutil.
No description provided by the author