Documentation
¶
Index ¶
- type Value
- func (v *Value) Bool() bool
- func (v *Value) BoolE() (vv bool, err error)
- func (v *Value) Float64() float64
- func (v *Value) Float64E() (vv float64, err error)
- func (v *Value) Get(key string) *Value
- func (v *Value) Has(key string) bool
- func (v *Value) Int() int
- func (v *Value) Int64() int64
- func (v *Value) Int64E() (vv int64, err error)
- func (v *Value) IntE() (vv int, err error)
- func (v *Value) Set(key string, value interface{})
- func (v *Value) String() string
- func (v *Value) Unmarshal(vv interface{}) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.