ASP JSON 2.0.2 relased

T

threedot

JSON engine of VBScript based ASP server technology, served on it's
deficiency of processing speciality. Also there have been like these
projects put they had some deficiencies. For instance

* find result late
* difficult application
* don't support full UNICODE
* don't compatible with primitive datatypes
* don't support to multi dimensional arrays
* isn't extendable and iteratable

This project solved all these matters.

http://code.google.com/p/aspjson
 
T

threedot

can it produce output to achieve ASP equivalent of this PHP result for jquery jqgrid ?

http://trirand.com/jqgrid/docs/json.htm

Yes. It's posible. Look at block bata structure examples at
http://code.google.com/p/aspjson/wiki/Samples2

For example:

<!--#include file="JSON_latest.asp"-->
<%
Dim rows
Set rows = jsArray()

Sub AddRow(id, cell)
Set rows(Null) = jsObject()
rows(Null)("id") = id
rows(Null)("cell") = cell
End Sub

AddRow 1, Array("cell11", "cell12", "cell13")
AddRow 2, Array("cell21", "cell22", "cell23")
AddRow 3, Array("cell31", "cell32", "cell33")

rows.Flush
%>

For more information you can reach ASP JSON Wiki Pages
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,079
Messages
2,570,574
Members
47,206
Latest member
Zenden

Latest Threads

Top