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
First check which of the 2 json decoding libraries is the best to use. Feeling is that jsonista is the best choice but confirm this before proceeding. https://www.juxt.pro/blog/json-in-clojure
The text was updated successfully, but these errors were encountered:
Both are still present, but jsonista is not there in the deps.edn file.
We should attempt to remove data.json as it is only used for simple read and write calls in xiana/db.clj
(There are other occurrences in the examples)
jsonista should be added to deps.edn and data.json removed.
First check which of the 2 json decoding libraries is the best to use. Feeling is that jsonista is the best choice but confirm this before proceeding.
https://www.juxt.pro/blog/json-in-clojure
The text was updated successfully, but these errors were encountered: