Skip to content

Instantly share code, notes, and snippets.

@jnicholls
Created April 16, 2012 18:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jnicholls/2400503 to your computer and use it in GitHub Desktop.
Save jnicholls/2400503 to your computer and use it in GitHub Desktop.
JSON.stringify Store Records
JSON.stringify(Ext.Array.map(store1.getRange(), function(o) { return o.data; }), null, ' ');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment