jsonx

package module
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Feb 14, 2022 License: Apache-2.0 Imports: 2 Imported by: 24

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrKeyNotFound = errors.New("The key specified does not exist.")

Functions

This section is empty.

Types

type DelayedObject

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

func (*DelayedObject) Get

func (o *DelayedObject) Get(key string, val interface{}) error

func (*DelayedObject) Has

func (o *DelayedObject) Has(key string) bool

func (DelayedObject) MarshalJSON

func (o DelayedObject) MarshalJSON() ([]byte, error)

func (*DelayedObject) Set

func (o *DelayedObject) Set(key string, val interface{}) error

func (*DelayedObject) UnmarshalJSON

func (o *DelayedObject) UnmarshalJSON(data []byte) error

Jump to

Keyboard shortcuts

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