array of object destruc vs JSON.parse + JSON.stringify (version: 0)
Checking how does 1 level of objects destruct inside 1 array compared to the JSON.parse(JSON.stringify(data)) hack commonly used to deeply nested objects
Comparing performance of: 1 level destruct vs Json parse