Liking cljdoc? Tell your friends :D

lsp4clj.json-rpc.messages


base-messageclj

source

error-codesclj

source

error-resultclj

(error-result code-or-name message data)
source

preserve-kebab-caseclj

(preserve-kebab-case m)

Recursively convert map keywords to kebab-case strings, to avoid automatic camelCase conversion. This is useful for servers when the client expects Clojure style JSON, or when a map needs to be round-tripped from the server to the client and back without case changes.

Recursively convert map keywords to kebab-case strings, to avoid automatic
camelCase conversion. This is useful for servers when the client expects
Clojure style JSON, or when a map needs to be round-tripped from the server to
the client and back without case changes.
sourceraw docstring

requestclj

(request method params)
(request id method params)
source

responseclj

(response id result)
source

standard-error-resultclj

(standard-error-result code-name data)
source

work-done-progressclj

(work-done-progress percentage message progress-token)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close