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.
|
||||
;; 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
|
||||
org.bson.types.ObjectId"}
|
||||
monger.json
|
||||
(ns monger.json
|
||||
"Provides clojure.data.json/Write-JSON protocol extension for MongoDB-specific types, such as
|
||||
org.bson.types.ObjectId"
|
||||
(:import org.bson.types.ObjectId))
|
||||
|
||||
;;
|
||||
|
|
|
|||
Loading…
Reference in a new issue