I have a JavaScript array of JavaScript objects. I'd like to turn it into a vector of JavaScript objects. However, js->clj is recursive, such that the JavaScript objects themselves would be turned into CLJS maps.
How can I turn a JavaScript array into a CLJS vector without touching the elements inside the array?