Print javascript object to JSON Convert object or value to JSON: var jsonEventData = JSON.stringify(eventData); alert(jsonEventData);
Post a Comment