Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

S Ananda
9,474 PointsWrong Workspace for Processing JSON Data Module
I just opened the workspace for the module and it is missing the widget.index file. I don't think the work I do for the video will work if I'm missing that html file. Why is the wrong workspace coming up?
2 Answers

Seth Kroger
56,403 PointsYou'll be retrieving the data in a different format, called JavaScript Object Notation (JSON) and creating the widget's HTML through JavaScript, so you don't need to have a widget.html file to use. JSON is a common format for information on the web and virtually all API's these days use it. Your workspace will work just fine for this section.

S Ananda
9,474 PointsOK. Thanks. Luckily I've been working on another track for the past month, but will be back AJAX shortly, very shortly.