Make it clear that monger.joda-time also provides Clojure reader extensions

This commit is contained in:
Michael S. Klishin 2012-08-23 09:05:36 +04:00
parent bc825e4343
commit 1a878b4c80

View file

@ -8,7 +8,7 @@
;; You must not remove this notice, or any other, from this software.
(ns ^{:doc "An optional convenience namespaces for applications that heavily use dates and would prefer use JodaTime types
transparently when storing and loading them from MongoDB and serializing to JSON.
transparently when storing and loading them from MongoDB and serializing to JSON and/or with Clojure reader.
Enables automatic conversion of JodaTime date/time/instant instances to JDK dates (java.util.Date) when documents
are serialized and the other way around when documents are loaded. Extends clojure.data.json/Write-JSON protocol for