Json JavaScript object notation is a simple text format for exchanging data. It's a subset of JavaScript's object literal notation, although due to its widespread adoption As an alternative to Xml, it is considered a language-independent format.
- Introduction
- Lesson 1 - Data Structure
- Lesson 2 - Objects
- Lesson 3 - Arrays
- Lesson 4 - Data Types
- Lesson 5 - Syntax
- Lesson 6 - Object Creation
- Lesson 7 - Creating of Arrays
- Lesson 8 - Nesting Objects and Arrays
- Lesson 9 - Comments
- Lesson 10 - Values inside a Json object
- Lesson 11 - Elements Within an Array
- Lesson 12 - Data in an Object
- Lesson 13 - Elements in an Array
- Lesson 14 - Validate Syntax
- Lesson 15 - Structure of your Data
- Lesson 16 - Data Communication
- Lesson 17 - Storage and Retrieval of Data
- Lesson 18 - Configuration
- Lesson 19 - Consume and Produce Data
- Lesson 20 - Good Practices
- Lesson 21 - Common Problems
- Lesson 22 - Tools - Json
- Lesson 23 - Using of Web Tokens
- Lesson 24 - Using WebSockets
- Lesson 25 - Uses
- Lesson 26 - Schema
- Lesson 27 - Libraries
- Lesson 28 - History
- Lesson 29 - Importance
- Lesson 30 - Conclusions
- Next Steps
One of the supposed advantages of Json over Xml as a data exchange format is that it is much more easy to write a parser for it. In JavaScript, a Json text can be easily parsed using the eval() function, something that - due to the ubiquity of JavaScript in almost any web browser - has been essential for it to have been accepted by the Ajax developer community.
Currently the course is in process. The basic, intermediate and backend blocks have been started, and that was the initial goal of the project. And then I don't rule out adding new lessons in the future, but I think that for now it can serve as a basis for anyone who wants to start learning this language.
- As soon as the course continues I will update the repository and notify the networks. Thank you very much for all the support shown!
-
Visual Studio Code - The editor I am using
-
Json Ai - Json Ai
-
Json Formatter - Json Formatter
-
Json Editor - Json Editor