-
2 Feb 2012 3:06 AM #1
Answered: Reading contained JSON data produced by xtream library in a AjaxStore
Answered: Reading contained JSON data produced by xtream library in a AjaxStore
Hi,
I'm currently having an issue communicating with a backend system which uses the xtream library to produce JSON data of java objects. The backend server is configured to use a keyword for lists/arrays of data e.g.:
The root config of the reader doesn't solve the issue, if tried with 'users' and 'users'. I also tried the record config without success.Code:{ "users": { "user": [ { "login": "x", "passwd": "y" }, { "login": "z", "passwd": "a" } ] } }
Does anybody have any suggestions for a workaround or solution of this issue?
-
Best Answer Posted by jochenp
Thanks for the suggestion. But this doesn't help me. I've tried it with the record and root property.
Currently I've overwritten the standard json reader to process the Ajax response before process/parsing it.
A data reader/writer tutorial would be nice...
-
2 Feb 2012 12:34 PM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 34,119
- Vote Rating
- 453
- Answers
- 3160
have you tried with users.user?
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.
-
2 Feb 2012 11:51 PM #3
Thanks for the suggestion. But this doesn't help me. I've tried it with the record and root property.
Currently I've overwritten the standard json reader to process the Ajax response before process/parsing it.
A data reader/writer tutorial would be nice...


Reply With Quote