To add on how to use that awesome interface: ```va...
# arrow
p
To add on how to use that awesome interface:
Copy code
val json = Json {
    serializersModule = SerializersModule {
        contextual(NonEmptyList::class){args -> NelSerializer(args[0])}
    }
}