Hey all, I'm working with a messy REST API that requires JSON keys that change based upon table name. So a simple Json.stringify() isn't really going to work in this case. Is there a a low-level API in kotlinx.serialization.json that allows me to dynamically create JSON strings to send. (I would use a lib like klaxon, but I am using Kotlin MPP.) Any ideas?