Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialMarcus Schumacher
16,616 PointsWhere can I learn more about JSON?
I was recommended this workshop after a Javascript by Example DOM manipulation course. Did I miss something? Is there more to do with JSON here on treehouse? I'm pretty lost.
3 Answers
Steven Parker
231,275 PointsJSON is just a data format using keyword/value pairs.
It's often used with AJAX — you might enjoy the AJAX Basics course.
Adam Beer
11,314 PointsHi Marcus! You might be interested in this course or w3schools. Please check these links.
or
JSON Introduction on w3school page.
J Wood
3,638 PointsI also think the Javascript by Example DOM manipulation course left out many things this guy is assuming we know.