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 ¶
- Version
- v1.10.0 (latest)
- Published
- May 7, 2024
- Platform
- js/wasm
- Imports
- 1 packages
- Last checked
- 3 days ago –
Tools for package owners.