json Serialization in asp

女生的网名这么多〃 提交于 2020-01-13 20:19:19

问题


I have currently a dataset in asp which contains my members details.

I am trying to serlize it so that it is similar to json_encode() in php which produces

[{"0":"1","id":"1","1":"Eric","name":"Eric","2":"1","sex":"1","3":"1992","birthyear":"1992"},{"0":"2","id":"2","1":"Tom","name":"Tom","2":"1","sex":"1","3":"1992","birthyear":"1992"}]

Any help here?


回答1:


The json.org website links to two libraries, for ASP :

  • JSON for ASP.
  • JSON ASP utility class.


来源:https://stackoverflow.com/questions/5765881/json-serialization-in-asp

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!