schema

2016-11-23T14:15:26.000017Z

How to convert (coerce) string keys to keywords in json? { “date” “2016-01-01” }

frank 2016-11-23T15:56:29.000018Z

@edbond I don’t think schema will help with that, but cheshire (json parsing library) does that

2016-11-23T16:08:48.000019Z

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

2016-11-23T16:09:21.000020Z

actually cljs-http converts keys to keywords automatically

2016-11-23T16:10:14.000021Z

and camel-snake-kebab.core transforms to kebab-case