Chapter4/4.2_ObjectOperation/ExportImport/Export-Json.ps1
$customObject | ConvertTo-Json | Out-File test.json Get-Content -Path ./test.json Get-Content -Raw ./test.json | ConvertFrom-Json |
$customObject | ConvertTo-Json | Out-File test.json Get-Content -Path ./test.json Get-Content -Raw ./test.json | ConvertFrom-Json |