Created
May 26, 2011 14:44
-
-
Save deedubs/993293 to your computer and use it in GitHub Desktop.
Google xml -> xml2js vs Google JSON
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The JSON google sends you with ?alt=json | |
folderJSON['gd$resourceId']['$t'] | |
Taking the default XML from google through xml2js | |
folderJSON['gd:resourceId'] | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment