I untangled a new library from my kt-search projec...
# feed
j
I untangled a new library from my kt-search project which implements a client and Kotlin DSLs for for Elasticsearch. The new project is called JsonDsl. It's a library that helps you build Kotlin DSLs for JSON and YAML dialects. The resulting DSLs are easy to extend with custom fields by users via a MutableMap that JsonDsl subclasses delegate to for storing their properties. And like kt-search, this is a multi platform library so it can work anywhere. https://github.com/jillesvangurp/json-dsl
👍 4
1
y
This is cool! 🆒 Any support pkl format under consideration?
j
Never heard of pkl but feel free to have a go at that