From 4124b033f60d8331cfd6b54a97c7e9ceb9b22090 Mon Sep 17 00:00:00 2001 From: "Michael S. Klishin" Date: Sun, 4 Sep 2011 04:55:06 +0400 Subject: [PATCH] Cosmetics --- src/monger/json.clj | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/monger/json.clj b/src/monger/json.clj index 780d681..c92e71c 100644 --- a/src/monger/json.clj +++ b/src/monger/json.clj @@ -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?]