I really miss the feature to quick validate my json string/file with existing kotlinx.serialization classes. Of course you should write a test, but I would love to see this feature for quick prototyping.
Ah interesting idea! The most challenging part would be generating a JSON schema from a KSerializer, which would then need to be referenced by the IJ language injection feature...