Liking cljdoc? Tell your friends :D

corona.utils


*json-read-throw-on-error*clj

If set to true, (json-read-str) will throw exception, instead of returning nil when parsing JSON fails.

If set to true, (json-read-str) will throw exception, instead of
returning nil when parsing JSON fails.
raw docstring

create-admin-urlclj

(create-admin-url config & [uri])

create-client-urlclj

(create-client-url config & [uri])

Usage: (create-client-url {:host "localhost" :port 8983 :path "/solr" :core :tmdb}) ;=> http://localhost:8983/solr/tmdb

Usage:
(create-client-url {:host "localhost" :port 8983 :path "/solr" :core :tmdb})
;=>  http://localhost:8983/solr/tmdb
raw docstring

default-http-configclj

Needs a custom :core value

Needs a custom :core value
raw docstring

json-read-strclj

(json-read-str s & [key-fn])

Try to parse JSON string. Returns nil if string is empty or unable to parse. Default :key-fn is "keyword". If json-read-throw-on-error was set to true, throw exception on any error.

Try to parse JSON string. Returns nil if string is empty or unable to parse.
Default :key-fn is "keyword". If *json-read-throw-on-error* was set to true,
throw exception on any error.
raw docstring

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

× close