Skip to content

Instantly share code, notes, and snippets.

@toastal
Last active October 18, 2021 08:02
Show Gist options
  • Save toastal/ee2a68c76827061f1202 to your computer and use it in GitHub Desktop.
Save toastal/ee2a68c76827061f1202 to your computer and use it in GitHub Desktop.
(into [:dl]
(map #(vector %1 %2) (cycle [:dt :dd]) (flatten (vec (clojure.walk/stringify-keys {:test "me" :foo "bar"})))))
;=> [:dl [:dt "test"] [:dd "me"] [:dt "foo"] [:dd "bar"]]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment