Cosmetics
This commit is contained in:
parent
c29748e46c
commit
4124b033f6
1 changed files with 4 additions and 0 deletions
|
|
@ -2,6 +2,10 @@
|
||||||
(:import (org.bson.types ObjectId))
|
(:import (org.bson.types ObjectId))
|
||||||
(:require [clojure.data.json :as json]))
|
(:require [clojure.data.json :as json]))
|
||||||
|
|
||||||
|
;;
|
||||||
|
;; API
|
||||||
|
;;
|
||||||
|
|
||||||
(extend-protocol json/Write-JSON
|
(extend-protocol json/Write-JSON
|
||||||
ObjectId
|
ObjectId
|
||||||
(write-json [^ObjectId object out escape-unicode?]
|
(write-json [^ObjectId object out escape-unicode?]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue