parseedn icon indicating copy to clipboard operation
parseedn copied to clipboard

EDN parser for Emacs Lisp

Results 3 parseedn issues
Sort by recently updated
recently updated
newest added

I have the following EDN string from a Babashka task that fail to parse in parseedn: ``` (parseedn-read-str "{ remake {:doc \"Text\" :task (do (run 'pm-build) (run 'db-stop) (run 'db-rm)...

Currently we use `date-to-time` to parse `inst`, which ignores milliseconds and timezones. Seems there are a number of competing ways to represent time in elisp. The [Time of Day info...

help wanted

For `parseedn-read`, we can pass an alist of readers to convert e.g. #uuid into a string. Could this be done in the inverse operation, `parseedn-print`, as well? Currently I've just...