Docstring
This commit is contained in:
parent
cbf198c8bd
commit
5c82651bde
1 changed files with 3 additions and 3 deletions
|
|
@ -7,9 +7,9 @@
|
||||||
;; the terms of this license.
|
;; the terms of this license.
|
||||||
;; You must not remove this notice, or any other, from this software.
|
;; You must not remove this notice, or any other, from this software.
|
||||||
|
|
||||||
(ns ^{:doc "Provides clojure.data.json/Write-JSON protocol extension for MongoDB-specific types, such as
|
(ns monger.json
|
||||||
org.bson.types.ObjectId"}
|
"Provides clojure.data.json/Write-JSON protocol extension for MongoDB-specific types, such as
|
||||||
monger.json
|
org.bson.types.ObjectId"
|
||||||
(:import org.bson.types.ObjectId))
|
(:import org.bson.types.ObjectId))
|
||||||
|
|
||||||
;;
|
;;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue