Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func JSONMerge ¶
func JSONMerge(base, patch json.RawMessage) (json.RawMessage, error)
JSONMerge merges two JSON-encoded objects. Fields from patch override fields in base. Both arguments must be valid JSON objects (or nil/null).
func MarshalForm ¶
MarshalForm marshals a struct into url.Values using the struct's json tags as field names. It handles nested structs, slices, pointers, and AdditionalProperties maps.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.