PowerShell - File and Directory Operations
You have a PowerShell object:
Which command correctly converts this object to JSON text with indentation for readability?
$person = @{ Name = "Eve"; Age = 28; Skills = @("PowerShell", "JSON") }Which command correctly converts this object to JSON text with indentation for readability?
