Using a JSON-API server library in a Ktor application
I have a Ktor application (in Kotlin) and would like the endpoints to be exposed according to the JSON:API specification. I understand my library options are between the Java server libraries for JSON:API, i.e.
Katharsis (which gives code examples for Dropwizard, Spring Boot etc.) and
Crnk (which gives example for Spring Boot). I have tried a...