File tree Expand file tree Collapse file tree 4 files changed +3
-6
lines changed
docs/reference/content/reference Expand file tree Collapse file tree 4 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 1
1
+++
2
2
date = " 2015-03-19T14:27:51-04:00"
3
- draft = true
4
3
title = " Extended JSON"
5
4
[menu .main ]
6
5
parent = " BSON"
@@ -10,7 +9,7 @@ title = "Extended JSON"
10
9
11
10
## MongoDB Extended JSON
12
11
13
- The Java driver supports reading and writing JSON documents with the [ JsonReader] ({{< apiref "org/bson/json/JsonReader" >}}) and
12
+ The Java driver supports reading and writing JSON-like documents with the [ JsonReader] ({{< apiref "org/bson/json/JsonReader" >}}) and
14
13
[ JsonWriter] ({{< apiref "org/bson/json/JsonWriter" >}}) classes, which can read/write both flavors of
15
14
[ MongoDB Extended JSON] ( http://docs.mongodb.org/manual/reference/mongodb-extended-json/ ) :
16
15
Original file line number Diff line number Diff line change 1
1
+++
2
2
date = " 2015-03-19T12:53:30-04:00"
3
- draft = true
4
3
title = " BSON"
5
4
[menu .main ]
6
5
parent = " Reference"
@@ -10,6 +9,7 @@ title = "BSON"
10
9
11
10
## BSON
12
11
13
- The driver comprehensively supports [ BSON] ( http://www.bsonspec.org ) , the data storage and network transfer format for “documents”.
12
+ The driver comprehensively supports [ BSON] ( http://www.bsonspec.org ) , the data storage and network transfer format that MongoDB uses for
13
+ “documents". BSON, short for Binary [ JSON] ( http://json.org/ ) , is a binary-encoded serialization of JSON-like documents.
14
14
15
15
- [ MongoDB Extended JSON] ({{< relref "extended-json.md" >}})
Original file line number Diff line number Diff line change 1
1
+++
2
2
date = " 2015-03-19T12:53:30-04:00"
3
- draft = true
4
3
title = " Connecting"
5
4
[menu .main ]
6
5
parent = " Reference"
Original file line number Diff line number Diff line change 1
1
+++
2
2
date = " 2015-03-19T12:53:26-04:00"
3
- draft = true
4
3
title = " SSL"
5
4
[menu .main ]
6
5
parent = " Connecting"
You can’t perform that action at this time.
0 commit comments