Created
April 3, 2019 10:55
-
-
Save rotaliator/5ac440baf9a0b02c7ad208c5d32cbf36 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(ns edn-pprint.core | |
(:require | |
[clojure.pprint :refer [pprint]] | |
[clojure.edn :as edn])) | |
(pprint (edn/read-string (apply str (line-seq (java.io.BufferedReader. *in*))))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment