$json = @{Path=”C:temp”; Filter=”*.js”} | ConvertTo-Json
$hashtable = @{}(ConvertFrom-Json $json).psobject.properties | Foreach { $hashtable[$_.Name] = $_.Value }
$json = @{Path=”C:temp”; Filter=”*.js”} | ConvertTo-Json
$hashtable = @{}(ConvertFrom-Json $json).psobject.properties | Foreach { $hashtable[$_.Name] = $_.Value }