JSON.parse(JSON.stringify(obj))をやめようAugust 15, 2025TechTL:DR;JavaScriptでDeepCopyしたいなら structuredClone を使おう。