18/05/26
Jsniffer
A tiny Python utility for searching, reading, and editing nested JSON with dotted paths.
projects
Jsniffer
Jsniffer is a small Python script for working with nested JSON from local files or URLs. It lets you list values as dotted paths, get a specific field, search through keys and values, and safely edit JSON into a local output file.
Useful when API responses or config files get messy and you want quick JSON inspection without opening a heavy editor.
Source code: github.com/YoussefKHouya/Jsniffer

