ConvertTo-Json and ConvertFrom-Json are both baked into Microsoft.PowerShell.Utility. They are highly useful given the number of web services that accept/return JSON, but they also have their fair ...
In PowerShell/PowerShell#13592 I'm discussing an issue where ConvertFrom-JSON automagically converts input data to DateTime as appropriate. @mklement0 gives an explanation of the current behavior ...
If you are not familiar with JSON, it stands for Java Script Object Notation and is an open standard format that uses human readable text for data interchanges. Despite its name, it is separate to ...