Open
Description
The java.time.foo
objects that are returned by fns in this lib print as something like #object[java.time.Instant "0x6cc2abad" "2017-11-13T01:40:56.483Z"]
However these can't be used interactively as data because unlike java.util.Date's #inst "2017-11-13T01:41:43.571-00:00"
, the repl explodes when given the java.time.Instant
object. Since it complains about having no reader function for #object, I guess it's a matter of extending edn to recognize #objects.
Have you encountered this problem? Is this sth for this library to tackle, or for each end user to roll their own?