https://github.com/liquidz/nrepl-json
nREPL JSON Transport
https://github.com/liquidz/nrepl-json
json nrepl nrepl-transport
Last synced: 2 months ago
JSON representation
nREPL JSON Transport
- Host: GitHub
- URL: https://github.com/liquidz/nrepl-json
- Owner: liquidz
- License: epl-1.0
- Created: 2018-10-23T08:38:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-23T08:42:44.000Z (over 7 years ago)
- Last Synced: 2025-06-01T04:23:51.511Z (about 1 year ago)
- Topics: json, nrepl, nrepl-transport
- Language: Clojure
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nrepl-json

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