json 支持多级
Closed this issue · 1 comments
liweitao92 commented
现在生成的 json 字符串格式都是:
{"a":1,"b":2}
有没有办法让他生成的字符串可以支持多级
{"a":1,"b":2,"c":{"c1":1,"c2":2}}
cipchk commented
当然。
Closed this issue · 1 comments
{"a":1,"b":2}
{"a":1,"b":2,"c":{"c1":1,"c2":2}}
当然。