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.10.0 (latest)
Published
May 7, 2024
Platform
linux/amd64
Imports
1 packages
Last checked
33 minutes ago

Tools for package owners.