Liking cljdoc? Tell your friends :D

clj-yaml.core


flow-stylesclj

source

generate-stringclj

(generate-string data & opts)
source

make-dumper-optionsclj

(make-dumper-options & {:keys [flow-style]})
source

make-yamlclj

(make-yaml & {:keys [dumper-options unsafe mark]})

Make a yaml encoder/decoder with some given options.

Make a yaml encoder/decoder with some given options.
sourceraw docstring

markclj

(mark start end marked)

Mark some data with start and end positions.

Mark some data with start and end positions.
sourceraw docstring

marked?clj

(marked? m)

Let us know whether this piece of data is marked with source positions.

Let us know whether this piece of data is marked with source positions.
sourceraw docstring

parse-stringclj

(parse-string string & {:keys [unsafe mark keywords] :or {keywords true}})
source

unmarkclj

(unmark m)

Strip the source information from this piece of data, if it exists.

Strip the source information from this piece of data, if it exists.
sourceraw docstring

YAMLCodeccljprotocol

A protocol for things that can be coerced to and from the types that snakeyaml knows how to encode and decode.

A protocol for things that can be coerced to and from the types
that snakeyaml knows how to encode and decode.

decodeclj

(decode data keywords)

encodeclj

(encode data)
sourceraw docstring

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

× close