Hacker News new | ask | show | jobs
by sundarurfriend 559 days ago
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.
2 comments

Hundreds thousand of examples at github, see this comment for an example search link: https://news.ycombinator.com/item?id=42364597
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"} }