Rishabh Maheshwari
Rishabh Maheshwari
Below code: ```java import static com.networknt.schema.SpecVersion.VersionFlag.V202012; import com.fasterxml.jackson.core.JsonProcessingException; import com.fasterxml.jackson.databind.JsonNode; import com.fasterxml.jackson.databind.ObjectMapper; import com.networknt.schema.JsonSchemaFactory; String schema = "{" + " \"type\": \"object\"," + " \"properties\": {" + " \"myKey\" :...
Below code: ```java import static com.networknt.schema.SpecVersion.VersionFlag.V202012; import com.fasterxml.jackson.core.JsonProcessingException; import com.fasterxml.jackson.databind.JsonNode; import com.fasterxml.jackson.databind.ObjectMapper; import com.networknt.schema.JsonSchemaFactory; String schema = "{" + " \"type\": \"object\"," + " \"properties\": {" + " \"myKey\" :...
Hi Thanks for providing this library. I am looking to use it in my projects. The "About" section of the library says "(under development)". I am assuming there are some...