jviz

Perfect for intuitively analyzing JSON data, especially when piped directly from other tools. Works effortlessly with outputs from others commands like tools like: curl, kubectl, jq and more, making it highly versatile for terminal-based workflows. 🚀 Key Features JSON Visualization The tool renders JSON data graphically, providing an intuitive overview of the JSON structure. Path Annotation Each JSON element (object, array, or primitive data) can be annotated with its path relative to the root node. This feature is especially useful for constructing jq queries. ...

December 8, 2024 · CLI Tools Dev