You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PowerShell v6.0.0-alpha (v6.0.0-alpha.15) on Darwin Kernel Version 16.4.0: Thu Dec 2222:53:21 PST 2016; root:xnu-3789.41.3~3/RELEASE_X86_64
PowerShell v5.1.14393.693 on Microsoft Windows 10 Pro (64-bit; v10.0.14393)
Steps to reproduce
Expected behavior
Actual behavior
I believe the root cause is that
ConvertFrom-Jsonsends arrays as a whole through the pipeline instead of unwrapping them.Analysis, more examples, and workaround here: http://stackoverflow.com/a/38212718/45375
Environment data