Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func JqFormatError ¶
JqFormatError converts error in jv to Go's error
func JqInvalidError ¶
JqInvalidError returns error if jv contains invaluid message
func JvArrayToGo ¶ added in v1.6.2
Types ¶
type JqState ¶
type JqState struct {
// contains filtered or unexported fields
}
func NewJqState ¶
func (*JqState) CompileArgs ¶
TODO create wrapper with errors catching
func (*JqState) ProcessOneValue ¶
ProcessOneValue run a jq program over one json object.
Stream mode is not supported: stream splitting can be done by Go code.
func (*JqState) SetLibraryPath ¶
Click to show internal directories.
Click to hide internal directories.