nas5w / javascript-tips-and-tidbits

A continuously-evolving compendium of javascript tips based on common areas of confusion or misunderstanding.
MIT License
1.2k stars 73 forks source link

JSON deep comparison #20

Closed franklyT closed 4 years ago

franklyT commented 5 years ago

The noted problem with a JSON deep comparison is relatively mitigatible given a .split+.sort+.join even if other problems with the method are not.