Support Json format for `dotnet new list`
Open
good first issue
- Dominant language
- C#
- Stars
- 3.2k
- Forks
- 1.3k
- PR merge metrics
- PR metrics pending
Description
### Is your feature request related to a problem? Please describe.
Calling `dotnet new list` generates a table-based output. Due to terminal size constraints some values may be automatically truncated, making it very hard for other tools to use the .NET CLI (like a [Neovim extension](https://github.com/MoaidHathot/dotnet.nvim)).
### Describe the solution you'd like
Support `--format json` as it already supported in other commands.
### Additional context

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.