VB question

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sun
    Junior Member
    • Jul 2010
    • 13

    #1

    VB question

    I have a runner generated by ParseJsonRpcResponseToCollection from {"selectionId":70385,"runnerName":"Hull","handicap ":0.0,"sortPriority":1}

    runner.Item("selectionID") returns 70385 as expected.
    runner.Item("runnerName") returns nothing. Same for handicap and sortPriority.

    Is this normal? Or an error in the JSON parser?
  • Guest

    #2
    The response has the name there "HULL"

    Your JSON parser must have errored ?

    Comment

    Working...
    X