hey guys

I'm trying to get my head around parsing JSON or XML into my Google App 

I've found various snippets but no complete end to end examples, here is an 
example of the type of JSON feed I receive:

http://api.bandsintown.com/artists/Trivium/events.json?api_version=2.0&app_id=<http://api.bandsintown.com/artists/Trivium/events.json?api_version=2.0&app_id=YOUR_APP_ID>
TESTING

I'm only just beginning getting into coding with JS going through tutorials 
on Code Academy I generally have a decent handle on code snippets and some 
basics so bare that in mind with your response, by no means do i expect 
someone else to do this for me I'm just looking for an example that I can 
tailor to my needs and improve my understanding

my final goal is to parse the data into a google form using the Google Form 
API - https://developers.google.com/apps-script/reference/forms/

my plan is:


   - Modify and practice Parsing JSON onto a page pulling out a few values 
   until i feel confident how the Parse Works
   - Modify the Form values to be pulled from the JSON Parse
   - Modify the form to display selected dates based on values set from a 
   Google Spreadsheet (i.e dates pulled into sheet some are marked with an 
   "X") then a drop down list will be generated from the dates marked with an X
   
haha thanks for reading I look forward to your responses !

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to