edn (clojure)

Created: Jul 22, 2022Published: Mar 28, 2023Last modified: Apr 05, 2023
No tags
Word count: 26

Extended Data Notation (i think? double check this.)

The lisp syntax for data structures in clojure, also usable as a file type (i.e. data.edn)

{:my-key "my val"
 :some-list [{:key "val"} {:key "another val"}]}