zapov
zapov
If design doc + PR which adds support for this feature, while not affecting the existing features (read, some flag needs to be set put so that this is only...
I'm not aware of any such things. I dont think there is any significant difference between testing for specific types or checking JsonNode type.
I'm sure it might be useful to some people. What I meant is that I don't think there is significant difference with code doing if (nodeType == JsonNode.Object) { //...
Something like this should work public class Metadata {} public record UserExtraction(userId: String, metadata: Metadata) You must respect the JSON structure this way. Otherwise you would need custom converter to...
This Excel features does not seem to be supported currently. I'll look into what would it take to support it.
v8.1.0 released and this is now supported
There are 2 serialization modes: all and "minimal" But minimal could/should be generalized to conditional one, as currently it has a hardcoded condition of value being a "default one". Ideally...
I'll try to find some more time to review it this or next week, but on a first glance here are some comments: * when I said this conditional is...
Hi, was a bit busy, but it should be better now. So... I'm not a fan of introducing various structures into dsl-json which are meant for this logic. People have...
For me those are 2 separate problems. The feature of masking output so you don't leak secrets you can already do in multiple ways. Eg ideally you would have special...