aspjson
aspjson copied to clipboard
Error in the example file?
In the example write.asp shouldn't line 10 be changed from
With oJSON.data("familyMembers")
to
With .item("familyMembers")
With oJSON
then
.Item("FamilyMembers")
and/or
.Data("Familymembers")
It also depends on the depth of the collection used.