JsonPath offers a simple DSL to work with JsonElement from Kotlinx Serialization Json, this allows you to easily work with JSON in Kotlin in a typed manner. Simply add the following dependency as ...
Irked is a very opinionated framework for configuring Vert.x-web routing and call dispatch. It allows you to write your REST API code without writing routing boiler plate by leveraging annotations, ...