package
Version:
v0.0.0-...-115e584
Opens a new window with list of versions in this module.
Published: Aug 6, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Marshal marshals v into json bytes.
func Unmarshal(data []byte, v interface{}) error
Unmarshal unmarshals data bytes into v.
UnmarshalFromReader unmarshals v from reader.
func UnmarshalFromString(str string, v interface{}) error
UnmarshalFromString unmarshals v from str.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.