Liking cljdoc? Tell your friends :D

aero-extras

Adds #json and #aws-secret tags for aero.

Usage

Include the namespace in your project:

(ns project.main
  (:require tggreene/aero-extras))

Aero config:

{:json-config #json "{\"a\": {\"b\": \"c\"}}"
 :secret #aws-secret "aws-secret-key"
 :json-secret #json #aws-secret "aws-json-secret-key"}

JSON Library

Provides jsonista by default, but you can exclude this dependency and supply cheshire instead.

tggreene/aero-extras {:mvn/version "0.1.0"
                      :exclusions [metosin/jsonista]}
cheshire/cheshire {:mvn/version "5.10.1"}

Can you improve this documentation?Edit on GitHub

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

× close