DEV Community

Discussion on: Interacting With JavaScript Data

Collapse
 
kendru profile image
Andrew Meredith

My understanding is the clj->js is intended to produce a serializable object, and while Sets are now native to JavaScript, they have no serializable (JSON) representation. The same goes for Symbols and Maps, which could potentially represent ClojureScript symbols/keywords and maps respectively.