Documentation
¶
Index ¶
- type SJson
- func (g SJson) Get(key string) interface{}
- func (g SJson) GetArrayMaps(key string) []map[string]interface{}
- func (g SJson) GetBool(key string) bool
- func (g SJson) GetFloat64(key string) float64
- func (g SJson) GetInt(key string) int
- func (g SJson) GetInt64(key string) int64
- func (g SJson) GetString(key string) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SJson ¶
type SJson struct { Buf []byte // contains filtered or unexported fields }
SJson doc ...
func (SJson) GetArrayMaps ¶
GetArrayMaps doc ..
Click to show internal directories.
Click to hide internal directories.