json

package
v0.7.4 Latest Latest
Warning

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

Go to latest
Published: Mar 19, 2022 License: Apache-2.0 Imports: 1 Imported by: 0

README

// TODO

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Marshal       = json.Marshal
	Unmarshal     = json.Unmarshal
	MarshalIndent = json.MarshalIndent
	Indent        = json.Indent
	NewDecoder    = json.NewDecoder
	NewEncoder    = json.NewEncoder
)

Functions

This section is empty.

Types

type Marshaler

type Marshaler = json.Marshaler

type NullBool

type NullBool *bool

func NewBool

func NewBool(b bool) *NullBool

func NewNullBool

func NewNullBool() *NullBool

type NullFloat

type NullFloat *float64

func NewFloat

func NewFloat(float float64) *NullFloat

func NewNullFloat

func NewNullFloat() *NullFloat

type NullInt

type NullInt *int

func NewInt

func NewInt(int int) *NullInt

func NewNullInt

func NewNullInt() *NullInt

type NullString

type NullString *string

func NewNullString

func NewNullString() *NullString

func NewString

func NewString(str string) *NullString

type RawMessage

type RawMessage = json.RawMessage

type Unmarshaler

type Unmarshaler = json.Unmarshaler

Jump to

Keyboard shortcuts

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