Peter Wall
Peter Wall
Hi @gino-m , I often find myself having to respond to requests and suggestions from users by saying that their proposal sounds great, but it would be competing for my...
OK, as expected, it took longer than I expected, but version 0.100 has now been uploaded to Maven Central. This version includes support for `additionalProperties` and `patternProperties`, but it requires...
I know how to solve your polymorphic deserialization problem using a JVM reflection-based deserializer, but I understand from your other recent issue that you are not using the JVM. I'm...
I think allowing generics would be more difficult than you suggest, but the main reason I haven't put any effort into it is that there is a simple workaround. If...
Hi @nlescure-pictet , very sorry I haven't responded before now. I'm surprised this problem hasn't arisen before now. The creation of a class name for the `enum` (and other nested...
Hi, thanks for the suggestion. The use of nullable types for non-required properties is something of a compromise, as discussed recently in Issue #17. Most JSON deserialization libraries will treat...
Hi - I'm not very familiar with the Kotlin/Android environment. Can you explain what it is that is preventing your use of `json-kotlin-schema` in an Android project?
Hi Alex, I recognise that the documentation for some of my libraries, this one included, is somewhat lacking. As you have noted, there is a new version in development and...
Hi - I have to admit that I have only limited knowledge of the Kotlin multiplatform environment; all my experience is with JVM versions of the language. I would like...
Hi @volkert-fastned , thanks for this information. I have to admit I had never heard of the `kotlinx.datetime` classes – my use of Kotlin in my day job is all...