Open pleerock opened 9 years ago
This is a feature request, it would be great if we can apply validation from json files like this:
{ "name": "question", "columns": { "title": { "not_blank": true, "min": "5", "max": "50" }, "text": { "not_blank": true, "min": "5", "max": "5000" } } }
and json is the regular javascript object, which means you can implement this configuration to be used from regular javascript object..
This is a feature request, it would be great if we can apply validation from json files like this: