Hi, I have to check that some JSON objects have a certain shape. I was considering specifying the schema as a Table object, and then using JsonDataContext for implementing this check. The idea is defining a method that given a Table and a String for a JSON object, returns a boolean saying whether the JSON is complaint with the schema or not. Can that be easily implemented with metamodel?
Thanks in advance. Greetings, Juan
