package
Version:
v0.3.4
Opens a new window with list of versions in this module.
Published: Jun 5, 2026
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package jsonutil wraps goccy/go-json as a drop-in for encoding/json.
Marshal encodes v to JSON.
MarshalIndent encodes v to indented JSON.
Unmarshal decodes JSON data into v.
type Encoder interface{ Encode(v any) error }
Encoder is satisfied by both goccy and encoding/json encoders.
NewEncoder returns a streaming JSON encoder writing to w.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.