Json on Freecodecamp

Does Freecodecamp teach json?

  1. Where can I learn by doing for json? Any platforms like Freecodecamp providing they don’t have a course here?

  2. Can json be used on a simple one page website? Where can I find good examples?

There isn’t that much to learn, it’s just a data format.

You will mainly work with it fetching JSON data from APIs, and for storing data locally (e.g. localStorage).

4 Likes

it could be in w3

3 Likes

He’s the only one I know :grin:

JSON is JavaScript Object Notation, so to an extent it is just sort of built into learning JavaScript. There’s really not that much to learn about it on its own. It’s just a standardized data format.

4 Likes

Thank you for recommending me a great resources. -Happy coding. -Bill

2 Likes

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.