Skip to content

Files

Latest commit

 

History

History
12 lines (7 loc) · 367 Bytes

File metadata and controls

12 lines (7 loc) · 367 Bytes

ConvertTo-Json without Compress may change data

This issue is specific for PowerShell 3.0. It is fixed in 4.0.

ConvertTo-Json without Compress may change data and produce JSON which causes problems for parsers.

The script ConvertTo-Json.changes.data.ps1 shows the problem.


  • Microsoft Connect 1221685