Documentation ¶
Index ¶
- func Encode(data interface{}) string
- func Open(file string) []byte
- type Json
- func (j *Json) Array() []interface{}
- func (j *Json) Float32() float32
- func (j *Json) Float64() float64
- func (j *Json) Get(name interface{}) *Json
- func (j *Json) Int() int
- func (j *Json) Int32() int32
- func (j *Json) Int64() int64
- func (j *Json) Ints() []int
- func (j *Json) Map() map[string]interface{}
- func (j *Json) MapString() map[string]string
- func (j *Json) Read(name string) *Json
- func (j *Json) String() string
- func (j *Json) Strings() []string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Json ¶ added in v1.0.9
type Json struct {
Child interface{} //json next level.
}
Json Json parameter structure.
func (*Json) Array ¶ added in v1.0.9
func (j *Json) Array() []interface{}
Array Data type conversion.
Click to show internal directories.
Click to hide internal directories.