borkdude / jet

CLI to transform between JSON, EDN, YAML and Transit using Clojure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Default --edn-reader-opts not being set correclty

rafaeldelboni opened this issue · comments

Why this works:

echo '{:my-time #nu/time "2023-07-25T14:34:47.472Z"}' | jet --edn-reader-opts '{:default tagged-literal}'

And this doesn't:

echo '{:my-time #nu/time "2023-07-25T14:34:47.472Z"}' | jet

This is strange because the docs says that --edn-reader-opts '{:default tagged-literal}' is the default

Since jet 0.0.14 --edn-reader-opts defaults to {:default tagged-literal}.