Description
Is your feature request related to a problem? Please describe.
Currently, the depend-info
command supports different output formats, like List
, Tree
, Dot
etc.. These formats are best suited for human-friendly visualization, but not for programmatic processing.
Proposed solution
Provide a new json
format options.
Example: vcpkg depend-info --format=json
Describe alternatives you've considered
No response
Additional context
No response