A JSON Schema validation implementation in pure Java, which aims for correctness and performance, in that order
1.63k
stars
399
forks
source link
How to stop JSON schema validation when first invalid array item is found? #306
Open
yayaryna opened 5 years ago
My response from service is a large JSON array. So, I want to stop JSON schema validation when the first mismatch is found.