Fork me on GitHub
#babashka
<
2022-04-01
>
tatut05:04:15

what JSON libs work in bb? cheshire at least seems to work

1
borkdude06:04:34

clojure data json also works but since it's interpreted from source it's much much slower. If you're only dealing with small payloads that also works. You could also use a reader conditional for bb to use Cheshire

☝️ 1
tatut06:04:13

I'm using cheshire, just wanted to check if there's anything built-in I should use instead

borkdude06:04:50

Cheshire is the recommended one in bb

tatut06:04:05

ok, I'm good then 🙂

borkdude14:04:56

Regarding core.async, you were running into this issue: https://github.com/babashka/babashka/issues/1216

borkdude14:04:07

Should be fixed with bb on master

borkdude14:04:28

Installable via:

bash <(curl ) --version 0.7.9-SNAPSHOT --dir .