cli/jqlog is the JSON Lines companion command in this module. Itsupports native and Wasm execution, applies a jq-compatible filter to eachvalid JSON line, and skips non-JSON lines. File reads remain visible to theconfigured Wasm policy.
cat logs.ndjson | moon run --target wasm jqlog -- '.message'