refactor: use JSON file exchange instead of stdout parsing #234

Merged
shoko merged 1 commits from fix/issue-119 into main 2026-04-08 05:35:11 +02:00

1 Commits

Author SHA1 Message Date
shokollm
dd903bb8aa refactor: use JSON file exchange instead of stdout parsing
Replace fragile patterns like:
  python3 -c "import json; print(json.load(...))" | grep
  echo "$json" | python3 -c "import sys,json; ...
2026-04-08 03:11:18 +00:00