json

package
v0.0.0-...-375d9ab Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 26, 2020 License: MIT Imports: 4 Imported by: 0

Documentation

Overview

This file has automatically been generated on Wed Feb 26 15:50:30 +05 2020. DO NOT EDIT.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Compact

func Compact(dst *bytes.Buffer, src []byte) error

func DecoderBuffered

func DecoderBuffered(dec *json.Decoder) io.Reader

func DecoderDecode

func DecoderDecode(dec *json.Decoder, v interface{}) error

func DecoderInputOffset

func DecoderInputOffset(dec *json.Decoder) int64

func DecoderMore

func DecoderMore(dec *json.Decoder) bool

func DecoderToken

func DecoderToken(dec *json.Decoder) (json.Token, error)

func DelimString

func DelimString(d json.Delim) string

func EncoderEncode

func EncoderEncode(enc *json.Encoder, v interface{}) error

func Indent

func Indent(dst *bytes.Buffer, src []byte, prefix, indent string) error

func InvalidUTF8ErrorError

func InvalidUTF8ErrorError(e *json.InvalidUTF8Error) string

func InvalidUnmarshalErrorError

func InvalidUnmarshalErrorError(e *json.InvalidUnmarshalError) string

func Marshal

func Marshal(v interface{}) ([]byte, error)

func MarshalIndent

func MarshalIndent(v interface{}, prefix, indent string) ([]byte, error)

func MarshalerErrorError

func MarshalerErrorError(e *json.MarshalerError) string

func MarshalerErrorUnwrap

func MarshalerErrorUnwrap(e *json.MarshalerError) error

func NewDecoder

func NewDecoder(r io.Reader) *json.Decoder

func NewEncoder

func NewEncoder(w io.Writer) *json.Encoder

func NumberString

func NumberString(n json.Number) string

func RawMessageMarshalJSON

func RawMessageMarshalJSON(m json.RawMessage) ([]byte, error)

func RawMessageUnmarshalJSON

func RawMessageUnmarshalJSON(m *json.RawMessage, data []byte) error

func SyntaxErrorError

func SyntaxErrorError(e *json.SyntaxError) string

func Unmarshal

func Unmarshal(data []byte, v interface{}) error

func UnmarshalFieldErrorError

func UnmarshalFieldErrorError(e *json.UnmarshalFieldError) string

func UnmarshalTypeErrorError

func UnmarshalTypeErrorError(e *json.UnmarshalTypeError) string

func UnsupportedTypeErrorError

func UnsupportedTypeErrorError(e *json.UnsupportedTypeError) string

func UnsupportedValueErrorError

func UnsupportedValueErrorError(e *json.UnsupportedValueError) string

func Valid

func Valid(data []byte) bool

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL