aspjson icon indicating copy to clipboard operation
aspjson copied to clipboard

Error in the example file?

Open Nionor opened this issue 3 years ago • 1 comments

In the example write.asp shouldn't line 10 be changed from With oJSON.data("familyMembers") to With .item("familyMembers")

Nionor avatar Feb 04 '22 21:02 Nionor

With oJSON then .Item("FamilyMembers") and/or .Data("Familymembers")

It also depends on the depth of the collection used.

MegaphatNetworks avatar Jun 10 '22 16:06 MegaphatNetworks