Documentation ¶
Index ¶
- type Object
- func (jsonObject *Object) Get(key string) any
- func (jsonObject *Object) GetArray(key string) []any
- func (jsonObject *Object) GetBool(key string) bool
- func (jsonObject *Object) GetFloat32(key string) float32
- func (jsonObject *Object) GetFloat64(key string) float64
- func (jsonObject *Object) GetInt(key string) int
- func (jsonObject *Object) GetInt16(key string) int16
- func (jsonObject *Object) GetInt32(key string) int32
- func (jsonObject *Object) GetInt64(key string) int64
- func (jsonObject *Object) GetInt8(key string) int8
- func (jsonObject *Object) GetObject(key string, targetPtrObj any) error
- func (jsonObject *Object) GetString(key string) string
- func (jsonObject *Object) GetUInt(key string) uint
- func (jsonObject *Object) GetUInt16(key string) uint16
- func (jsonObject *Object) GetUInt32(key string) uint32
- func (jsonObject *Object) GetUInt64(key string) uint64
- func (jsonObject *Object) GetUInt8(key string) uint8
- func (jsonObject *Object) Load(jsonContent string) error
- func (jsonObject *Object) Put(key string, value 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.