I tried to add the following:
(add-json-type json/write-str #(json/read-str % :key-fn keyword))
(add-jsonb-type json/write-str #(json/read-str % :key-fn keyword))
But realized that the way this is implemented means the add-jsonb-type overrides the add-json-type (and vice-versa).