edn-java
edn-java copied to clipboard
a reader for extensible data notation
#59 and #60 implement unicode escapes in character and string literals. How about octal escapes? I discovered that both clojure language reader and the edn reader from the official clojure...
Issue 60 involves a requirement documented in [edn-format](https://github.com/edn-format/edn) that I'd not implemented because I missed it somehow. I'd like to release 1.0, but before doing that it makes sense to...
@brunchboy would like to modularize the project [lib-carabiner](https://github.com/Deep-Symmetry/lib-carabiner) but is unable to do so because edn-java does not define an automatic module name. See [this article](http://branchandbound.net/blog/java/2017/12/automatic-module-name/) for a very good...
java.meth.BigDecimal should be java.math.BigDecimal
Commit 7e5bd6144eda3d372acbf8777bae34508031dcd2 merges an expanded performance-test branch to master, but this still needs work. - It's obvious that I don't know my way around Caliper, so I imagine potential improvements...
Hi, Any chance using QuickCheck https://github.com/clojure/test.check to test? Thank you.
See https://github.com/clojure/clojure/commit/6d48ae372a540903173be2974b66b8911371e05d See: http://dev.clojure.org/jira/browse/CLJ-1910 I don't think this new printing behavior should be the default as this could produce output that older versions of edn-java could not read by default.
As suggested by [abernard](https://github.com/abernard) in a [comment on issue 32](https://github.com/bpsm/edn-java/issues/32#issuecomment-19400109): > On the issue of this handling Guava collections, I wonder if the code to determine List or Vector should...