Documentation
¶
Index ¶
- func Marshal(v interface{}) ([]byte, error)
- func MarshalIndent(v interface{}, prefix, indent string) ([]byte, error)
- func NewDecoder(reader io.Reader) *json.Decoder
- func NewEncoder(writer io.Writer) *json.Encoder
- func Unmarshal(bs []byte, v interface{}) error
- type Delim
- type Number
- type RawMessage
- type Token
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MarshalIndent ¶
func NewDecoder ¶
func NewEncoder ¶
Types ¶
type RawMessage ¶
type RawMessage = json.RawMessage
Click to show internal directories.
Click to hide internal directories.