cipchk / nz-schema-form

ng-zorro-antd form generation based on JSON-Schema
MIT License
40 stars 14 forks source link

json 支持多级 #38

Closed liweitao92 closed 6 years ago

liweitao92 commented 6 years ago

现在生成的 json 字符串格式都是:

{"a":1,"b":2}

有没有办法让他生成的字符串可以支持多级

{"a":1,"b":2,"c":{"c1":1,"c2":2}}
cipchk commented 6 years ago

当然。