Get the latest tech news
The File Filesystem (2021)
mount semi-structured data (like JSON) as a Unix filesystem
Modern systems use all kinds of semi-structured data, like JSON or YAML. These semi-structured formats are essentially trees, and string processing is a bad match—editing JSON with sed is not a very good idea! Tools like jq and gron are meant to help you work with JSON on the command line.
Or read this on Hacker News