package
0.1.0-alpha.34
Repository: https://github.com/nirvana-labs/nirvana-go.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
No description provided by the author
Port copies over values from one struct to another struct.
No description provided by the author
Unmarshal is similar to [encoding/json.Unmarshal] and parses the JSON-encoded data and stores it in the given pointer.
UnmarshalRoot is like Unmarshal, but doesn't try to call MarshalJSON on the root element.
# Structs
No description provided by the author
Useful to wrap a union type to force it to use [apijson.UnmarshalJSON] since you cannot define an UnmarshalJSON function on the interface itself.
No description provided by the author