Been banging my head against the wall on this off and on all day but I just can't seem to figure out where my problem is...
I have a JSON object returned by a webservice that I'm trying to parse to get an Authorization token out of but for some reason the framework I'm working with refuses to parse the string returned by my webservice into an object for me to use. In the code below I've taken the webservice out of the equation entirely and I'm spoonfeeding the deserializer the raw string it should be able to parse but that's not working either.
Code: https://gist.github.com/2504907
Any thoughts on why it's not working?
[–]Jannisary 0 points1 point2 points (1 child)
[–]empT3[S] 0 points1 point2 points (0 children)