Closed GoogleCodeExporter closed 9 years ago
This solution correctly but isn't reuseble. For example
{{{
member("Sonuc") = 0
member("Mesaj") = "Tamam"
member("Test") = Test
If IsEmpty(member("Test")) Then ' ????
' bammmm
End If
}}}
We must check in render time,
{{{
Class jsCore
...
Public Function toJSON(vPair)
Select Case VarType(vPair)
Case 0 ' Empty
toJSON = ""
Case 1 ' Null
toJSON = "null"
...
}}}
I'm live near Istanbul, in Yalova. How to contact with us?
Original comment by tugrulto...@gmail.com
on 7 Jan 2009 at 2:11
I had to find a quick fix so I left the real fix to you. :) Now it's up to you
for
the fixed version. (JSON_2.0.3.asp)
My email is timucinkizilay at gmail.com. you can contact me from this email.
Original comment by timucink...@gmail.com
on 7 Jan 2009 at 2:28
Original comment by tugrulto...@gmail.com
on 8 Nov 2009 at 7:17
Original issue reported on code.google.com by
timucink...@gmail.com
on 5 Jan 2009 at 9:22Attachments: