jsonQueryKit

package
v3.0.81 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 23, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// Parse 返回 *gojq.Query 实例
	Parse func(src string) (*gojq.Query, error) = gojq.Parse

	TypeOf func(v any) string = gojq.TypeOf

	Compare func(l, r any) int = gojq.Compare

	Compile func(q *gojq.Query, options ...gojq.CompilerOption) (*gojq.Code, error) = gojq.Compile

	Marshal func(v any) ([]byte, error) = gojq.Marshal

	NewIter func(values ...any) gojq.Iter = gojq.NewIter

	NewModuleLoader func(paths []string) gojq.ModuleLoader = gojq.NewModuleLoader
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL