Documentation
¶
Index ¶
- func GetFiledValue(dest any, jsonpath string) (any, error)
- func SetFiledValue(dest any, jsonpath string, value any) error
- func SetStringAutoConvert(v reflect.Value, str string) error
- func SetValueAutoConvert(v reflect.Value, value any) error
- func StructFieldInfo(structField reflect.StructField) (bool, bool, string)
- type KV
- type Node
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetFiledValue ¶
GetFiledValue returns the field value of the struct field
func SetFiledValue ¶
StructFieldInfo returns the field name of the struct field
func StructFieldInfo ¶
func StructFieldInfo(structField reflect.StructField) (bool, bool, string)
Types ¶
Click to show internal directories.
Click to hide internal directories.