Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JsonObject ¶
type JsonObject struct {
// contains filtered or unexported fields
}
func DeserializeObject ¶
func DeserializeObject(value string) *JsonObject
func (*JsonObject) GetJsonObject ¶
func (p *JsonObject) GetJsonObject(key string) *JsonObject
func (*JsonObject) GetObject ¶
func (p *JsonObject) GetObject() interface{}
func (*JsonObject) IsValid ¶
func (p *JsonObject) IsValid() bool
func (*JsonObject) ToArray ¶
func (p *JsonObject) ToArray() []interface{}
func (*JsonObject) ToObject ¶
func (p *JsonObject) ToObject(v interface{}) error
func (*JsonObject) ToString ¶
func (p *JsonObject) ToString() string
Click to show internal directories.
Click to hide internal directories.