犬ターネット

PowerShell で Deep Copy

2021-04-30 powershell

JSON相互変換で大丈夫そう。

function deepCopy($obj) {
    return $obj | ConvertTo-Json -depth 100 | ConvertFrom-Json;
}

近所の飲み屋

亀十のどら焼き