nREPL JSON Transport
(require '[nrepl-json.core :as njson]
'[nrepl.server :as server])
(server/start-server :port 12345 :transport-fn njson/json)
Copyright © 2018 Masashi Iizuka
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.