When you call an external WEB API (such as weather information or store data) in Node-RED, have you ever stumbled because the returned JSON data is complexly nested (hierarchical), leaving you ...
Use them in for loops, pass them to functions expecting vanilla JavaScript data structures, etc. Whenever you deeply clone large nested objects, it should typically go much faster with Immutable data ...
This module is aimed at solving two common use-cases, deep cloning objects/arrays and merging objects and arrays. Many of the current modules suffer from v8 deopts or wonky behaviors regarding arrays, ...