package
Version:
v0.4.6
Opens a new window with list of versions in this module.
Published: Jun 16, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Marshal returns the JSON encoding of v.
func Unmarshal(data []byte, v interface{}) error
Unmarshal parses the JSON-encoded data and stores the result
in the value pointed to by v. If data is empty, Unmarshal clears
contents in v.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.