首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > ASP > 经典的ASP JSON转换器(通过Rsoft网站)

经典的ASP JSON转换器(通过Rsoft网站)

  • 资源大小:9.86 kB
  • 上传时间:2021-06-29
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: 网站 转换器 aspJSON 通过 经典

资 源 简 介

RSoft Web - 2009 Under GPL License This Json Converter parses ASP3 Objects . Your Classes must have a function named reflect To more examples, see wiki in http://code.google.com/p/asp3tojson/w/list ``` Class Person public name public age public anotherObject "auto reflect the object as dictionary" public function reflect() set reflect = server.createObject("scripting.dictionary") with reflect .add "name" , name .add "age" , age .add "anotherObject" , anotherObject end with End function End Class ``` Usage Inside of your ASP3 code ``` <% Set p = new Person p.name = "Alice" p.age = 20 p.anotherObject = obj "You can create other objects, must ever use the reflect function in your code" %&

文 件 列 表

asp3tojson_reflector.asp
asp3tojson.asp
index.asp
person.class.asp
VIP VIP
0.167822s