i am trying to pass non numeric index values through JSON but am not getting the data.
var ConditionArray = new Array(); ConditionArray[0] = \"1\"; ConditionArra
According to the algorithm for JSON.stringfy (step 4b), only the (numeric) indices of arrays are stringified.