Tatu Saloranta
Tatu Saloranta
@marcospassos Unfortunately I do not really have time to work on this now.
Importing is a big challenge: it is important for larger schemas, but is tricky to handle and perhaps potential security concern (at least in XML world ability to reference to...
Quick note here: I decided to do a significant rewrite of type id write methods, and this gives more control to actual `JsonGenerator` subtype. I hope this helps in handling...
I don't know too much about this module, but I suspect that a work-around to just pass values as "raw" objects through `TokenBuffer` might work as well. For 2.13 I...
Looks like it should work, but to know for sure you would need to include definition of type `Message`. It would probably be good to first debug with JSON writer/reader,...
Exception claims that `LayoutBlock` is `abstract` type: if so, there has to be something to tell which actual concrete type is to be constructed. This can be done by: 1....
No good idea on 3.x, but I would not necessary wait for that. 2.12 should be finalized within 1-2 months, released by end of September, so some fixes (progress towards...
Also related, merged: #317.
Sort of related: #60.