Improper Handling of `Inst`
bowbahdoe opened this issue · 2 comments
bowbahdoe commented
Inst is usually represented in EDN as a tagged type #inst
naomijub commented
Edn spec and the result with edn-rs Map(Map({":date": Inst("1985-04-12T23:20:50.52Z")}))
for parsing {:date #inst "1985-04-12T23:20:50.52Z"}
bowbahdoe commented
and if you write the inst out again, you get "1985-04-12T23:20:50.52Z"
, not #inst "1985-04-12T23:20:50.52Z"