WolframResearch / wolfram-app-discovery-rs

Locate local installations of the Wolfram Language.
Apache License 2.0
14 stars 5 forks source link

Suggestion: Add functionality to output the result as JSON #57

Open arnoudbuzing opened 1 year ago

arnoudbuzing commented 1 year ago

Suggestion: Add functionality to output the result as JSON

ConnorGray commented 1 year ago

You may have already seen this, but in case you haven't: If you simply want some kind of structured output, you can get CSV structured output using:

$ wolfram-app-discovery list --format csv

However, JSON is not a currently implemented output format—but with some work it could be. I'll keep this issue open until JSON support is implemented.