i.e. for the `links` command, it would be great to get a JSON output so it can be parsed by other tooling. e.g. ```json [ { file: "example.docx", links: ["http://example.com", "https://github.com/"] } ] ```