Would it be very hard to make Klaxon async using t...
# klaxon
d
Would it be very hard to make Klaxon async using the same coroutines io Ktor uses to stream json into the lexer? (I think ByteReadChannel), in Ktor, that would effectively turn json conversion into async while transferring over the network, thereby taking advantage of latency to do other work. All the other libs are in Java, so that would be impossible.