Is there an example of what it looks like in practice? The Wikipedia link above doesn't have it, its citation http://edn-format.org/ seems like it doesn't exist anymore, and this github page doesn't show a sample either.
It's plain old clojure, more examples here https://learnxinyminutes.com/edn/
{ :name "John Doe"
:age 30
:languages ["English" "Spanish" "French"]
:address {:street "123 Main St" :city "Anytown"} }
Hundreds thousand of examples at github, see this comment for an example search link: https://news.ycombinator.com/item?id=42364597