how to access JSON array elements for the following JSON Code? further how do i calculate the size of the returned object array?
[
{
lastInvAmt: 0
bwHrs: 0
nbwHrs: 0
unbilledAmt: 0
unbilledHrs: 0
dbID: 0`
},{
lastInvAmt: 0
bwHrs: 0
nbwHrs: 0
unbilledAmt: 0
unbilledHrs: 0
dbID: 0`
}]
"). Also notice the strange backticks after thedbIDvalues. You can test your string with jsonlint.com