Open
Description
Prerequisites
- Existing Issue: Search the existing issues for this repository. If there is an issue that fits your needs do not file a new one. Subscribe, react, or comment on that issue instead.
- Descriptive Title: Write the title for this issue as a short synopsis. If possible, provide context. For example, "Document new
Get-Foo
cmdlet" instead of "New cmdlet."
Summary
Added new parameter to ConvertTo-Json cmdlet to enable "streaming" mode.
The new parameter -AsStream needs to be documented.
Details
No response
Articles
- reference/7.6/Microsoft.PowerShell.Utility/ConvertTo-Json.md
Related Source Pull Requests
- ConvertTo-Json: add parameter AsStream, to implement "streaming" mode PowerShell/PowerShell#25597
- WIP: ConvertTo-Json: add AsStream parameter #12101
Related Source Issues
N/A