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