Skip to content

Instantly share code, notes, and snippets.

@ciriarte
Created March 2, 2012 01:52
Show Gist options
  • Save ciriarte/1954874 to your computer and use it in GitHub Desktop.
Save ciriarte/1954874 to your computer and use it in GitHub Desktop.
JSON.stringify.bug.es
// You can test this implementation in http://jsfiddle.net/ciriarte/h8CLw/
var myAnonymousObject = {
SessionID: "TEST-PROPERTY_1_VALUE",
property_2: "TEST-PROPERTY_2_VALUE",
property_3: "TEST-PROPERTY_3_VALUE",
property_4: "TEST-PROPERTY_4_VALUE",
property_5: "TEST-PROPERTY_5_VALUE",
property_6: "TEST-PROPERTY_6_VALUE"
};
log(JSON.stringify(myAnonymousObject));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment