PowerShell PowerShell $hash = @{ Name = 'Jesusninoc' ID = 66 Path = 'www.jesusninoc.com' } $object = [PSCustomObject]$hash $json = $object | ConvertTo-Json $json 12345678 $hash = @{ Name = 'Jesusninoc' ID = 66 Path = 'www.jesusninoc.com'} $object = [PSCustomObject]$hash$json = $object | ConvertTo-Json$json