json

package
v0.0.0-...-e51fe83 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 2, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const Name = "encoding/json"

Name is the name of the effective json package.

Variables

View Source
var (
	// Marshal is standard implementation exported by hertz which is used by rendering.
	Marshal = json.Marshal
	// Unmarshal is standard implementation exported by hertz which is used by binding.
	Unmarshal = json.Unmarshal
	// MarshalIndent is standard implementation exported by hertz.
	MarshalIndent = json.MarshalIndent
	// NewDecoder is standard implementation exported by hertz.
	NewDecoder = json.NewDecoder
	// NewEncoder is standard implementation exported by hertz.
	NewEncoder = json.NewEncoder
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL