java-jq icon indicating copy to clipboard operation
java-jq copied to clipboard

Add streaming API for incremental JSON processing

Open nightscape opened this issue 1 month ago • 0 comments

Introduces a new streaming API that allows:

  • Compiling a jq filter once and reusing it for multiple inputs
  • Receiving output values via callback as they are produced
  • Processing large inputs via chunked streaming (JqStreamProcessor)
  • Iterator-based access to output values

nightscape avatar Dec 12 '25 16:12 nightscape