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 AJAX Basics (retiring) Programming AJAX Stage 2 Challenge Answer

What is JSON feed? Is it a JSON library? Please explain this in simple terms. Ok?

Hey guys I google this and I rarely found any details what JSON feed is if I did found a source it was confusing to understand.

3 Answers

basic a JSON feed is the communication between server and Clint

short website you can read https://jsonvisualizer.com/faq/what-is-a-json-feed/

json is a type of file. it's use alot in javascript because it easy to representing different object.

https://developers.squarespace.com/what-is-json/ https://www.w3schools.com/js/js_json_intro.asp

here more if you want to read it.

But what about the term JSON feed I know what JSON is the teacher mentioned the word JSON feed so yeah what's that?

I think the teacher just ment the JSON file or the JSON data.