Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 824 Bytes

File metadata and controls

18 lines (12 loc) · 824 Bytes

ConvertFrom-Json returns an array not unrolled

Fixed in v7.0.0-preview.6

If JSON represents an array then ConvertFrom-Json returns this array not unrolled. This may cause subtle issues in some scenarios.

Scripts