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 trial

JavaScript Local Storage Project

Marcus Schumacher
Marcus Schumacher
16,616 Points

Where 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
Steven Parker
229,657 Points

JSON is just a data format using keyword/value pairs.

It's often used with AJAX — you might enjoy the AJAX Basics course.

Adam Beer
Adam Beer
11,314 Points

Hi Marcus! You might be interested in this course or w3schools. Please check these links.

AJAX Basic Course

or

JSON Introduction on w3school page.

I also think the Javascript by Example DOM manipulation course left out many things this guy is assuming we know.