Y
Hacker News
new
|
ask
|
show
|
jobs
by
sankyo
2686 days ago
In the Clojure world we use EDN (extensible data notation) which is a subset of Clojure.
https://github.com/edn-format/edn
You can extend it, convert it to JSON if necessary, and it is easy to read.