Share Posted February 24, 2011 Hi Has anyone used Greensock for loading JSON ? i have a client wanting to use JSON, and bieng very 'Green' in both senses of the word, would prefer to use Greensock than the examples I found on the web. best Jason Link to comment Share on other sites More sharing options...
Share Posted February 24, 2011 LoaderMax doesn't parse JSON values for you, but it can certainly load just about any file (including a JSON one) and then parse the content however you want. So just use a DataLoader to get the text and then pass it to a JSON parser class/method - there are several of those on the web. In fact, I think there's even one from Adobe. Link to comment Share on other sites More sharing options...
Share Posted March 3, 2011 The adobe decoder is available on Mike Chambers github account here: https://github.com/mikechambers/as3corelib I never thought of using the DataLoader to get the text, I'm going to try the same method on a new app I'm working on. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now