如何在经典ASP中读取JSON数据?

时间:2015-10-08 08:26:30

标签: json asp-classic

这是我的JSON数据,如何在Classic ASP代码中读取它?我尝试使用aspJSON.asp来阅读JSON。

{"data":
[{"message":"is there any surprise for me?",
  "created_time":"2015-10-08T05:49:09+0000",
  "id":"412741762152133_1039612999465003"},
{"message":"is there any surprise for me?",
  "created_time":"2015-10-08T05:49:09+0000",
  "id":"412741762152133_1039612999465003"},
{"message":"is there any surprise for me?",
  "created_time":"2015-10-08T05:49:09+0000",
  "id":"412741762152133_1039612999465003"}]}

1 个答案:

答案 0 :(得分:0)

已在IIS上启用它:

  1. 打开IIS管理器
  2. 显示IIS服务器的属性
  3. 单击MIME类型,然后添加JSON扩展:
    1. 文件扩展名:.json
    2. MIME类型:application / json
  4. 返回IIS服务器的属性
  5. 单击Handler Mappings
    1. 添加脚本地图
    2. 请求路径:* .json
    3. 可执行文件:C:\ WINDOWS \ system32 \ inetsrv \ asp.dll
    4. 姓名:JSON