I am looking for a validator to validate tree structure based configuration files. e.g. a.student.name joe a.student.class arts
Can you suggest any ideas on valid
If the structure is the same as a Java properties file, you can read properties from it. Then, you need to decide what you mean by "validate". If applicable, you probably have an easy way to solve your problem.