1
00:00:06,460 --> 00:00:07,689
Welcome back.

2
00:00:07,720 --> 00:00:15,670
In this video let's understand Jason data because this is what we are going to work with MongoDB.

3
00:00:15,700 --> 00:00:20,320
So let's look at some of the features of JSON data.

4
00:00:20,650 --> 00:00:22,480
And here we go.

5
00:00:22,510 --> 00:00:27,460
Jason, stand for JavaScript object notation.

6
00:00:27,460 --> 00:00:32,200
And this is a popular way of representing structured data.

7
00:00:32,470 --> 00:00:38,180
Before Jason was introduced, we use what is called X and error.

8
00:00:38,440 --> 00:00:43,120
So XML is this code way and Jason is a current one.

9
00:00:43,120 --> 00:00:44,060
So why.

10
00:00:44,080 --> 00:00:53,710
Jason, let's get continue the next point and Jason is that it is a text based format that is easy for

11
00:00:53,710 --> 00:00:55,810
humans to read and write.

12
00:00:56,110 --> 00:01:04,420
If you compare Jason to XML, you can see that Jason is easy to read because it is like object.

13
00:01:04,810 --> 00:01:13,480
If you compare the syntax of Jason to XML, you can see that Jason is really easy to understand and

14
00:01:13,480 --> 00:01:14,110
read.

15
00:01:14,200 --> 00:01:18,890
The next point is that it is easier to work with JavaScript.

16
00:01:18,910 --> 00:01:21,940
That is why Jason data is awesome.

17
00:01:22,150 --> 00:01:22,740
All right.

18
00:01:22,750 --> 00:01:30,370
The next point is that Jason is used in many web APIs such as Twitter API or YouTube API.

19
00:01:30,400 --> 00:01:38,440
If you work with API, the data that comes back as a response, they are all forms of what JSON format

20
00:01:38,440 --> 00:01:39,910
and we've seen it before.

21
00:01:40,120 --> 00:01:48,040
And the next point is that Jason has become de-facto standard for data exchange on the web when it comes

22
00:01:48,040 --> 00:01:49,960
to API development.

23
00:01:49,990 --> 00:01:53,390
That is it about the JSON data.

24
00:01:53,410 --> 00:02:02,380
The next video, let's talk about why do we use MongoDB but not SQL or relational databases in the next

25
00:02:02,380 --> 00:02:03,040
video?

