comamitc / pretty-print.net

http://pretty-print.net
MIT License
15 stars 4 forks source link

JSON <-> EDN #50

Closed comamitc closed 8 years ago

comamitc commented 8 years ago

@oakmac had a wonderful suggestion for creating a mode where we convert JSON to EDN and vice versa. Should be relatively easy given CLJS' api.

comamitc commented 8 years ago

I was contemplating using transit but these payloads are small enough and infrequent enough to not really need it.