← Back to tools
View AGENTS.md for jsed
jsed
Small command-line utility to add, remove, and search JSON data
Description
jsed is a small command-line utility to add, remove, and search for data in a JSON structure. It provides simple CRUD operations for JSON files.
AI Summary
Simple JSON CRUD operations from the command line
Capabilities
- + Add data to JSON structures
- + Remove data from JSON
- + Search for data in JSON
Use When
- → You need simple JSON add/remove/search operations
Avoid When
- x You need complex JSON transformations