Validating files having tree based structures

后端 未结 4 868
谎友^
谎友^ 2021-01-14 07:31

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

4条回答
  •  不要未来只要你来
    2021-01-14 07:46

    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.

提交回复
热议问题