[jQuery] JSON String problem
has anyone had any problem with JSON whereas a string is "063" and it
gets translated to a number, in this case "51"???
The response from a call has the appropiate value [063] but I have
noticed that since it is not in string notation ["063"] when used it
gets converted.
I would rather not have to re-write my sql to force " " in it but want
JSON to recognize this as a string value and numeric.
~Terry