json

package
v0.1.6 Latest Latest
Warning

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

Go to latest
Published: Apr 11, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Marshal = json.Marshal

Marshal 是一个将 Go 值转换为 JSON 的函数。 Marshal is a function that converts a Go value to JSON.

View Source
var MarshalIndent = json.MarshalIndent

MarshalIndent 是一个将 Go 值转换为带缩进的 JSON 的函数。 MarshalIndent is a function that converts a Go value to JSON with indentation.

View Source
var NewDecoder = json.NewDecoder

NewDecoder 是一个创建新的 JSON 解码器的函数。 NewDecoder is a function that creates a new JSON decoder.

View Source
var NewEncoder = json.NewEncoder

NewEncoder 是一个创建新的 JSON 编码器的函数。 NewEncoder is a function that creates a new JSON encoder.

View Source
var Unmarshal = json.Unmarshal

Unmarshal 是一个将 JSON 转换为 Go 值的函数。 Unmarshal is a function that converts JSON to a Go value.

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