← Back to tools
View AGENTS.md for jj
jj
Fast and simple way to retrieve or update values from JSON documents
Description
jj is a command line utility that provides a fast and simple way to retrieve or update values from JSON documents. It supports getting, setting, and deleting JSON values with dot-notation paths.
AI Summary
Fast JSON value getter and setter with dot-notation paths
Capabilities
- + Get JSON values using dot-notation
- + Set JSON values
- + Delete JSON values
- + Stream processing support
Use When
- → You need quick JSON value access or modification
- → You want a faster alternative to jq for simple operations
Avoid When
- x You need complex JSON transformations