Does anyone know of some library or pattern I shou...
# coroutines
j
Does anyone know of some library or pattern I should use when I want to build a json object where every field will complex and should be done within it's coroutine. I started building my own library and I want to be able to do something that looks like this: https://github.com/aPureBase/DeferredJsonBuilder/blob/master/src/test/kotlin/com/apurebase/deferredJson/BuilderTest.kt#L43-L82 But I can't figure out how to actually get something like this to work.