luminus

Juozas Norkus 2020-07-25T09:40:46.052200Z

Hi, I've recently picked up Clojure, and I created a new Luminus project with lein new luminus projname +sqlite +auth +sassc +kibit. I'm looking at project.clj right now, and I can see three libraries for JSON encoding/decoding - cheshire, jackson, jsonista. The default template, as shown on Luminus docs, seems to use cheshire for JSON encoding/decoding. Why are jsonista and jackson in the dependencies? lein deps :tree suggests that these are top level dependencies. EDIT: It seems that lein new luminus projname results in the same issue even though the docs state otherwise. EDIT2: nevermind, https://github.com/luminus-framework/luminus-template/blob/ca573a273ebb54347d2506cd9075c814de72109b/src/leiningen/new/reitit.clj