I need to interact with `curl` and json, does anyo...
# random
e
I need to interact with
curl
and json, does anyone know a library which may be the perfect fit for me? Atm I'm getting inspired by this
r
Why interact with curl rather than use a kotlin http client?
e
I started with the crude shell command, and now that's exactly what I'm trying to do, move to some lib
kohttp looks interesting
r
Or ktor is the other big http framework for kotlin
👍 2
e
what would you suggest for a simple sync usage? According to this I'd be inclined toward http4k
r
http4k seems simpler for sync to me