package
Version:
v0.1.3
Opens a new window with list of versions in this module.
Published: Aug 1, 2022
License: GPL-3.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Marshal same as std json.Marshal, but more efficient.
NewDecoder same as std json.NewDecoder.
NewEncoder same as std json.NewEncoder.
func Print(prefix string, v interface{})
Print print v in json format, prefix attached at head.
func Unmarshal(data []byte, v interface{}) error
Unmarshal same as std json.Unmarshal, but more efficient.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.