You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have generated a JSONIX schema from an xsd
now I want to validate a JSON against it using a java program
I don't have any pointers so far for how to do it in java because the only validator jsonix points is AJV and it is not java but node/js based.
can someone point me to a java based schema validator for jsonix schema?