leadpony
leadpony
Hello @atomictag Thank you for using this small library. Unfortunately the current version of this library does not support direct validation of JsonArray or JsonObject in memory. The feature itself...
Thank you @atomictag, I didn't know about the parser up until now. To tell the truth, I am currently working on another implementation of JSON-P API from scratch, which provides...
You are right. I confirmed that Johnzon works for it. Thank you for letting me know. One thing to care: `getString()` method of in-memory parser in Johnzon has a bug...
Hello @atomictag The latest release 0.17.0 resolved this issue. I believe both of `createParser(JsonArray)` and `createParser(JsonObject)` in `JsonParserFactory` created by this library, work well with the Reference Implementation besides Apache...
Hello @toddobryan Thank you for nice suggestion. Currently Joy must be configured at compile time for parsing files in YAML. Therefore first we need to modify Joy to accept JsonParser...
Hi @thjaeckle Thank you for letting me know the release of the new specification. I have just started reading the specification on my e-reader. Much appreciated.
@robvarga Sorry for my slow reply. I am back and have started implementing the latest specification.
@hambone01 The specification of JSON-B API is originally defined by Oracle and now maintained by Eclipse Jakarta EE Team. So I cannot modify the API. Please see You can throw...
@Navgeet There are two challenging tasks left for me in this project. 1. Implement the latest specification `draft 2019-09` (see #29) 2. Implement mechanism for users to extend the validator...
@anitadc Thank you for contacting me. Are you using [Spring Boot Maven Plugin](https://docs.spring.io/spring-boot/docs/current/maven-plugin/usage.html) in your build?