Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JSONStruct ¶
type JSONStruct map[string]interface{}
JSONStruct json struct, same with runtime.RawExtension
func NewJSONStructByString ¶
func NewJSONStructByString(source string) (*JSONStruct, error)
NewJSONStructByString new json struct from string
func NewJSONStructByStruct ¶
func NewJSONStructByStruct(object interface{}) (*JSONStruct, error)
NewJSONStructByStruct new json struct from struct object
Click to show internal directories.
Click to hide internal directories.