Files
CrazyClaude/agents/json-viewer/README.md
Eric Coissac 2f1d437723 Squashed '.claude/llm-functions/' content from commit 616d8d8
git-subtree-dir: .claude/llm-functions
git-subtree-split: 616d8d84c5565fdb66d8782ae5ba56d994bfa82a
2026-03-27 09:14:17 +01:00

391 B

Json-Viewer

An AI agent to view and filter json data

The agent only sends the JSON schema instead of the JSON data to the LLM, which has the following advantages:

  • Less data transmission, faster response speed, and lower token costs.
  • More privacy, as no actual JSON data is transmitted.

json-viewer