You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.
Original issue 2 created by sylvain.pointeau on 2007-10-19T14:04:29.000Z:
in JSON.js
method serialize
for an array
the loop should begin at 0
....
for (i = 0; i < len; i += 1) { <---- here
v = filter(value, i);
if (v !== undefined) {
if (needComma) {
out.push(',');
} else {
Cheers,
Sylvain Pointeau
The text was updated successfully, but these errors were encountered: