json

package
v0.0.0-...-43ed349 Latest Latest
Warning

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

Go to latest
Published: Apr 9, 2022 License: GPL-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// Marshal json marshal
	Marshal = stdJson.Marshal
	// Unmarshal json unmarshal
	Unmarshal = stdJson.Unmarshal
	// MarshalIndent json marshal indent
	MarshalIndent = stdJson.MarshalIndent
	// NewDecoder json new decoder function
	NewDecoder = stdJson.NewDecoder
	// NewEncoder json new encoder function
	NewEncoder = stdJson.NewEncoder
)

Functions

This section is empty.

Types

type RawMessage

type RawMessage = stdJson.RawMessage

RawMessage is a raw encoded JSON value. It implements Marshaler and Unmarshaler and can be used to delay JSON decoding or precompute a JSON encoding.

Jump to

Keyboard shortcuts

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