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?

    • Zwuzelmaus@feddit.org
      link
      fedilink
      arrow-up
      1
      arrow-down
      1
      ·
      1 month ago

      That’s generally what relational databases are for.

      But they need rectangular structure. How do they work on tree structures, like OP has asked?

      one-off queries/transformations

      Again, that wasn’t the question.