Has anyone floated the idea of handling records already? would be pretty useful...
vs
This probably use to work better when I was using transit for serialization but I ran into issues and decided to use my own mapping to json. It's protocol based and I only covered all the core clojure data structures, and everything else is treated like an opaque object.
The hard part here is that when you tap>
that record and select it in the UI, I want you to be able to retrieve the exact same object that was tapped.