edn-format / edn

Extensible Data Notation
2.62k stars 96 forks source link

Double quote (") is a delimiter #75

Open robx opened 6 years ago

robx commented 6 years ago

Judging by clojure REPL experiments:

user=> {"a""b""c""d"}
{"a" "b", "c" "d"}

user=> {:msg"hello"}
{:msg "hello"}