1
00:00:06,520 --> 00:00:10,560
All right, let's get started with MongoDB.

2
00:00:10,590 --> 00:00:13,080
What is MongoDB?

3
00:00:13,110 --> 00:00:14,490
Here we go.

4
00:00:14,850 --> 00:00:24,570
MongoDB is a type of new database that stores data in JSON formats, as we discussed before.

5
00:00:24,780 --> 00:00:32,910
So MongoDB is a type of work, not only a skilled database and it starts data in a JSON format.

6
00:00:33,090 --> 00:00:36,360
So we need to understand more about JSON.

7
00:00:36,360 --> 00:00:37,980
So here we go.

8
00:00:38,370 --> 00:00:45,760
And this is an example of JSON data with a key and then the value.

9
00:00:45,780 --> 00:00:50,040
And you can see that for the key, it is in double code.

10
00:00:50,070 --> 00:00:53,880
Likewise, the value, it is also in double code.

11
00:00:53,910 --> 00:00:55,890
This is how it works.

12
00:00:55,890 --> 00:00:59,820
We don't use single code for JSON data for objects.

13
00:01:00,450 --> 00:01:03,570
We don't bring double code or send it code to the key.

14
00:01:03,570 --> 00:01:06,680
But for the value, it depends on the data type.

15
00:01:06,690 --> 00:01:09,760
If they are strings, we use single or double code.

16
00:01:09,780 --> 00:01:12,960
If there are numbers, we don't bring code on that.

17
00:01:13,320 --> 00:01:21,240
So for JSON data, we can also store any kind of data type talking about arrays, strings, numbers,

18
00:01:21,240 --> 00:01:23,340
booleans and many more.

19
00:01:23,580 --> 00:01:28,070
So in the next video, let's talk more about JSON data.

20
00:01:28,080 --> 00:01:33,840
That is the characteristics or features of JSON data in the next video.

