Skip to content

Instantly share code, notes, and snippets.

@lastday154
Created March 13, 2018 02:25
Show Gist options
  • Select an option

  • Save lastday154/cdda4e38415a2f6fb95e5951e414c1a5 to your computer and use it in GitHub Desktop.

Select an option

Save lastday154/cdda4e38415a2f6fb95e5951e414c1a5 to your computer and use it in GitHub Desktop.
When sending data to a web server, the data has to be a string.
var mappingData = {};
mappingData[MASTER_PLATFORM_ID] = data;
formData.append('mapping_data', JSON.stringify(mappingData));
https://www.w3schools.com/js/js_json_stringify.asp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment