Documentation ¶
Index ¶
- type FileData
- type HtmlData
- type JsonData
- func (j *JsonData) Array() ([]any, error)
- func (j *JsonData) Arrays() ([]*JsonData, error)
- func (j *JsonData) Bool() (bool, error)
- func (j *JsonData) Float64() (float64, error)
- func (j *JsonData) Get(key string) *JsonData
- func (j *JsonData) GetArray(key string) []any
- func (j *JsonData) GetArrays(key string) []*JsonData
- func (j *JsonData) GetBool(key string) bool
- func (j *JsonData) GetFloat64(key string) float64
- func (j *JsonData) GetVal(key string) any
- func (j *JsonData) Gets(index int) *JsonData
- func (j *JsonData) Map() (map[string]any, error)
- func (j *JsonData) Maps() ([]any, error)
- func (j *JsonData) String() string
- func (j *JsonData) Val() any
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.