Open
Description
Hello,
First, thank you for the outstanding work on jsoncons. It's a very impressive and flexible library.
I’ve been looking into the JSON Schema validation features, and I’ve consulted the examples and documentation. However, I haven’t been able to find a clear example that shows whether it’s possible to validate a JSON document against a schema in a fully streaming way without building a full in-memory DOM
I may have overlooked something, of course, but I’d really appreciate your clarification:
Does jsoncons support schema validation in true streaming mode, suitable for very large documents with low memory usage?
Many thanks in advance, and again, great work on the library.
Best regards,