How to convert (coerce) string keys to keywords in json? { “date” “2016-01-01” }
@edbond I don’t think schema
will help with that, but cheshire
(json parsing library) does that
yes, this can be done on parsing phase. Just wondered if it’s possible to coerce keys too. I thought json-coercion does string->keyword coversion
actually cljs-http converts keys to keywords automatically
and camel-snake-kebab.core transforms to kebab-case