Cosmetics

This commit is contained in:
Michael S. Klishin 2011-09-04 04:55:06 +04:00
parent c29748e46c
commit 4124b033f6

View file

@ -2,6 +2,10 @@
(:import (org.bson.types ObjectId))
(:require [clojure.data.json :as json]))
;;
;; API
;;
(extend-protocol json/Write-JSON
ObjectId
(write-json [^ObjectId object out escape-unicode?]