Documentation ¶
Index ¶
- func ParseArray(jqQuery string, obj interface{}) ([]interface{}, error)
- func ParseBool(jqQuery string, obj interface{}) (bool, error)
- func ParseInterface(jqQuery string, obj interface{}) (interface{}, error)
- func ParseMapInterface(jqQueries map[string]string, obj interface{}) (map[string]interface{}, error)
- func ParseMapRecursively(jqQueries map[string]interface{}, obj interface{}) (map[string]interface{}, error)
- func ParseString(jqQuery string, obj interface{}) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParseArray ¶ added in v0.2.18
func ParseInterface ¶ added in v0.1.8
func ParseMapInterface ¶
func ParseMapRecursively ¶ added in v0.4.0
func ParseString ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.