package
0.0.0-20240620131300-afb8c20837d2
Repository: https://github.com/gad-lang/gad.git
Documentation: pkg.go.dev
# Functions
Marshal returns the JSON encoding of v.
MarshalIndent is like Marshal but applies IndentCount to format the output.
No description provided by the author
Unmarshal parses the JSON-encoded data and stores the result in the value pointed to by v.
# Variables
No description provided by the author
Module represents json module.
No description provided by the author
# Structs
No description provided by the author
EncoderOptions represents the encoding options (quote, html escape) to Marshal any Object.
A MarshalerError represents an error from calling a MarshalJSON or MarshalText method.
RawMessage represents raw encoded json message to directly use value of MarshalJSON without encoding.
A SyntaxError is a description of a JSON syntax error.
An UnsupportedValueError is returned by Marshal when attempting to encode an unsupported value.
# Interfaces
Marshaler is the interface implemented by types that can marshal themselves into valid JSON.