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