这是我的 json 代码:
{
"Parameter": {
"LookupName": "EmailAddress",
"LookupValue": "$a"
},
"Columns": {
"Include_CSV": "ProspectID",
"FirstName": "",
"LastName": "",
"EmailAddress": ""
},
"Sorting": {
"ColumnName": "FirstName",
"Direction": "1"
},
"Paging": {
"Offset": 0,
"RowCount": 200
}
}
我需要为此 Json 代码编写 Php 数组。有人可以帮忙吗?提前谢谢..