package
Version:
v0.750.3
Opens a new window with list of versions in this module.
Published: Aug 19, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Marshal marshals the provided union type into a JSON byte array.
func MarshalEx(v interface{}, allowEmptyUnion bool) ([]byte, error)
MarshalEx allows for configurable error handling.
func Unmarshal(data []byte, v interface{}) error
Unmarshal unmarshals the provided union type from a JSON byte array.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.