$ 0 0 Summary: Easily convert a JSON file to a Windows PowerShell object. How do I convert a JSON file to a Windows PowerShell object? Use the Get-Content cmdlet with the Raw parameter:Get-Content -Raw -Path <jsonFile>.json | ConvertFrom-Json