Oct 12
Description
Original Code by webdevbros
I just modify them.
Download
ASP JSON Class
Usage
Set resultObj = new JSON
resultObj.setNode "status", True
resultObj.setNode "array", Array(1,false,"hahaha")
Response.Write resultObj.node
Set resultObj = Nothing
Response will be like that
{"status":true,"array":[1,false,"hahaha"]}
and this class also support adodb recordset
10월 12th, 2007 at 3:23 오전
우와.. 이런것도 만드시다니.. 대단…ㄷㄷ
10월 12th, 2007 at 1:02 오후
오호 직접….. ㄷㄷㄷ 역시 ㅎㅎ
10월 12th, 2007 at 2:22 오후
대단한거 아니에요….
6월 23rd, 2008 at 2:32 오전
ekibastos…
ekibastos…