logoalt Hacker News

sundarurfriend12/09/20242 repliesview on HN

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.


Replies

avodonosov12/14/2024

Hundreds thousand of examples at github, see this comment for an example search link: https://news.ycombinator.com/item?id=42364597

ledgerdev12/09/2024

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"} }