json

package
v0.0.0-...-c42c1b2 Latest Latest
Warning

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

Go to latest
Published: Sep 20, 2019 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Fuzz

func Fuzz(data []byte) int

Types

type Marshaller

type Marshaller struct {
	// contains filtered or unexported fields
}

func (*Marshaller) MarshalJSON

func (m *Marshaller) MarshalJSON() ([]byte, error)

func (*Marshaller) UnmarshalJSON

func (m *Marshaller) UnmarshalJSON(data []byte) error

type S

type S struct {
	A int    `json:",omitempty"`
	B string `json:"B1,omitempty"`
	C float64
	D bool
	E uint8
	F []byte
	G interface{}
	H map[string]interface{}
	I map[string]string
	J []interface{}
	K []string
	L S1
	M *S1
	N *int
	O **int
	P json.RawMessage
	Q Marshaller
	R int `json:"-"`
	S int `json:",string"`
}

type S1

type S1 struct {
	A int
	B string
}

Jump to

Keyboard shortcuts

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