判断是否是JSON实例:原型:isJson( jsonObj ) 说明:判断对象是否是JSON实例 返回:[true | false]示例:<% Set jsonObj1 = toJson() Response.Write isJson( jsonObj1 ) ' 输出True %>