Comment on Is there something like a spreadsheet for hierarchical data structures?
vk6flab@lemmy.radio 5 days ago
There’s a whole range of cli tools to extract and query structured data like that, but you might consider loading it into something like sqlite3 and treating it as a database because those formats are really not intended for queries, they’re designed for sharing data.