Documentation
¶
Overview ¶
Package jsonutil provides a jq-style JSON query engine. It supports dot-notation field access, array indexing, wildcards, recursive descent, and pipe-based filter chaining on JSON data.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ApplyFilter ¶
ApplyFilter applies a jq-like filter expression to parsed JSON data. This is the core filter engine that operates on already-parsed Go values.
func QueryReader ¶
QueryReader applies a jq-like filter to JSON from an io.Reader.
func QueryString ¶
QueryString applies a jq-like filter to a JSON string and returns the result as a string.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.