Summary
Two related output improvements:
- --json flag for all commands - Enable pipeline-friendly JSON output for integration with other tools
- Scan report export - Export scan results to JSON/HTML format
Use Cases
jwt-hack decode --json <token> | jq .payload
jwt-hack scan --report report.json <token>
- CI/CD integration with structured output