Liking cljdoc? Tell your friends :D
Clojure only.

clj-bson.core


decodeclj

(decode b)

Decodes the bytes into a clojure object.

b - The bytes to decode.

return The clojure map.

Decodes the bytes into a clojure object.

b - The bytes to decode.

return
  The clojure map.
sourceraw docstring

encodeclj

(encode map)

Returns the encoded bytes.

map The map to encode. returns The bytes

Returns the encoded bytes.

map 
  The map to encode.
returns
  The bytes
sourceraw docstring

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

× close