JSON Serialization and Deserialization

Learn about JSON serialization and deserialization in Python and Powershell.

Parsing JSON

Parsing data in a JSON format in PowerShell is as easy as piping the JSON string to the ConvertTo-JSON cmdlet. This emdlet will automatically parse the JSON content and return the PowerShell objects, as in the following example.

Get hands-on with 1200+ tech skills courses.