@grounded_sage You could do something wacky like this: https://gist.github.com/noprompt/205788065849051a604d5557d79210c1#file-js-clj-L115-L118
(js '(. foo bar {"blue" true} 42))
;; =>
"foo.bar({\"blue\":true},42)"
Hmm no it wasn’t that. Maybe I am imagining things haha.
Maybe someone else made the example… that would be really cool and I’d love to see it.