Does anybody have any good example projects where there's Ktor used in combination with Exposed, and where I could find good examples as to how I can do CRUD properly? I can't seem to understand what would be a good way to send a JSON object from the browser to the server and then using the
ContentNegotiation
plugin to deserialize and edit an entry in the database.