I want to create, sort, filter, query, update, etc. hierarchical data like JSON or XML or YAML with the same ease as a spreadsheet. Does such a thing exist?
That’s generally what relational databases are for. You might try LibreOffice Base or sqlite.
As for JSON, XML, and YAML files in particular, there are tools for doing one-off queries/transformations against them, like jq and yq.
original_reader@lemmy.zip 1 day ago
TreeSheets
One of the best organising tools I ever found. And still under active development.
early_riser@lemmy.radio 19 hours ago
I just checked this out. It’s not quite what I’m looking for right now but I can see it coming in handy later.