Is there JSON schema validation support in Mendix?

0
JSON Schema (cswr.github.io)   How to validate JSON schema in java? - Stack Overflow
asked
1 answers
0

Not that i am aware of. You could of course add it yourself by implementing a java action for this.

I never missed json validation though, i don't believe it is common practice to validate jsons like this.

If strict validation is needed, i use a webservice instead of json.

answered