Documentation
¶
Overview ¶
Package jany provides a set of functions to parse and interact with json data.
Index ¶
- type Jany
- func (j *Jany) Bool() bool
- func (j *Jany) Dict() map[string]*Jany
- func (j *Jany) Float32() float32
- func (j *Jany) Float64() float64
- func (j *Jany) Get(k string) *Jany
- func (j *Jany) Idx(k int) *Jany
- func (j *Jany) Int() int
- func (j *Jany) Int16() int16
- func (j *Jany) Int32() int32
- func (j *Jany) Int64() int64
- func (j *Jany) Int8() int8
- func (j *Jany) List() []*Jany
- func (j *Jany) String() string
- func (j *Jany) Uint() uint
- func (j *Jany) Uint16() uint16
- func (j *Jany) Uint32() uint32
- func (j *Jany) Uint64() uint64
- func (j *Jany) Uint8() uint8
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Jany ¶
type Jany struct {
// contains filtered or unexported fields
}
Jany is a struct that holds any type of data, allowing for flexible parsing and manipulation.
Click to show internal directories.
Click to hide internal directories.