-
23 Jan 2012 6:05 AM #1
Answered: What happened to Ext.util.JSON.decode?
Answered: What happened to Ext.util.JSON.decode?
I always get this error in my console:
Uncaught TypeError: Cannot call method 'decode' of undefined
Example:
It used to work with STv1x.Code:Ext.Ajax.request({ url: 'json.js', success: function(response, opts) { var menu = Ext.util.JSON.decode(response.responseText)
-
Best Answer Posted by mitchellsimoens
It's Ext.JSON.decode now or you can simply use Ext.decode
-
23 Jan 2012 8:06 AM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 34,107
- Vote Rating
- 453
- Answers
- 3156
It's Ext.JSON.decode now or you can simply use Ext.decode
Mitchell Simoens @SenchaMitch
Sencha Inc, Senior Forum Manager
________________
http://www.JSONPLint.com - Source to lint your JSONP!
Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
https://github.com/mitchellsimoens
Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/
Need more help with your app? Hire Sencha Services services@sencha.com
Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!
When posting code, please use BBCode's CODE tags.
-
23 Jan 2012 8:11 AM #3
Thanks Mitchell!
Thanks Mitchell!
Sorry - I looked all over the place but couldn't find a simple example - strike this off as Answered if you like


Reply With Quote