Fork me on GitHub
#announcements
<
2018-10-18
>
delaguardo11:10:48

I made a PR for cheshire library to add ability to skip parts of a json by using path-predicate option. It also add parsed-seq-strict public function to retrieve arrays from the huge json lazily. For anyone who want to test it - it is available as [org.clojars.dlg/cheshire "5.8.2-SNAPSHOT"] https://github.com/dakrone/cheshire/pull/135 - there is a PR

;; tl;dr
(parse-string "{\"foo\": {\"bar\": 2, \"buz\": 4}, \"oof\": 3}" true nil (fn [path] (re-matches #"(foo|oof)(bar)?" (apply str path))))
;; => {:foo {:bar 2} :oof 3}

👍 4
polymeris13:10:36

Like amazonica but for ClojureScript (and a bit less ambitious): https://github.com/polymeris/cljs-aws Early development, feedback very welcome.

cljs 28
🙂 8
parrot 8
pat22:10:44

Fressian for clojurescript & WebAssembly https://github.com/pkpkpk/fress

👍 36
🔥 8