You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
;; clojure-module gets to process options. Great!
(.registerModule (clojure-module options))
;; Because the code uses Jackson's JavaTimeModule, users can't control formats
(.registerModule (JavaTimeModule.))
The text was updated successfully, but these errors were encountered:
When setting up the JavaTime serializers and deserializers, it would be nice to provide support for the
:date-format
option.jsonista/src/clj/jsonista/core.clj
Lines 130 to 131 in eff47f2
The text was updated successfully, but these errors were encountered: