package json

import "github.com/gin-gonic/gin/internal/json"

Index

Variables

var (
	// Marshal is exported by gin/json package.
	Marshal = json.Marshal
	// Unmarshal is exported by gin/json package.
	Unmarshal = json.Unmarshal
	// MarshalIndent is exported by gin/json package.
	MarshalIndent = json.MarshalIndent
	// NewDecoder is exported by gin/json package.
	NewDecoder = json.NewDecoder
	// NewEncoder is exported by gin/json package.
	NewEncoder = json.NewEncoder
)

Source Files

json.go

Version
v1.8.1
Published
Jun 6, 2022
Platform
js/wasm
Imports
1 packages
Last checked
13 minutes ago

Tools for package owners.