我收到了一个 json 片段,其中包含以下几行(字符串转换为 json 对象)
"profile":{"id":"billg","name":"Bill Gates","countryCode":"US"}
现在用户添加了一个配置文件,我需要将配置文件对象转换为一组配置文件对象。
"profile":[{"id":"billg","name":"Bill Gates","countryCode":"US"},{"id":"steve","name":"Steve Jobs","countryCode":"US"}]
任何指针或代码都非常感谢