salesforce json

来源:互联网 发布:淘宝全景主图制作教程 编辑:程序博客网 时间:2024/05/21 15:01

1)json网址 JSON Method

2)List<String> 反序列化

How to JSON.deserialize() a List<String>?

List<String> strList = (List<String>)System.JSON.deserialize(json_string, List<String>.class)

原创粉丝点击