ASP JSON: Objekt keine Sammlung

Wie soll ich PitcherID von diesem JSON abrufen? Ich benutze die Klasse vonhttp: //aspjson.co.

JSON

[
 {
  "PitcherID": "456068"
 },
 {
  "PitcherID": "431148"
 }
]

Cod

oJSON.loadJSON("...")

For Each thing In oJSON.data("PitcherID")
    Set this = oJSON.data("PitcherID").item(thing)
    response.write this.item("PitcherID")
Next

Erro

Microsoft VBScript runtime error '800a01c3'

Object not a collection

Antworten auf die Frage(4)

Ihre Antwort auf die Frage