You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! I am wondering how hard it would be to write this so it can output JSON if triggered by a --json option? Has this been tried before? Any insight?
Thanks!
CR
The text was updated successfully, but these errors were encountered:
Hello! I am wondering how hard it would be to write this so it can output JSON if triggered by a --json option? Has this been tried before? Any insight?
Thanks!
CR
I've brought this up recently in the mailing list on nongnu.org.
It should be straightforward to implement, but I'll need to hear back from the maintainers first to make sure they're on board with either an additional flag or an additional binary (since the tool would now rely on additional external libraries). Worst case scenario, I could fork the project via Github and make the change, but I really would like to avoid that route.
I have a WIP branch that creates a json flag. It is ugly but it's a start. It also doesn't require additional libraries. I'd be happy to fix it up as long as the project is interested in this feature. I'll happily make whatever adjustments the project devs require to get dmidecode to output JSON and XML. Hopefully they'll respond in here.
Hello! I am wondering how hard it would be to write this so it can output JSON if triggered by a
--json
option? Has this been tried before? Any insight?Thanks!
CR
The text was updated successfully, but these errors were encountered: