summaryrefslogtreecommitdiff
path: root/docs/tutorial/tut_bson.h
blob: 973f12d5c002ce1245388970c28e439ef84b0f66 (plain)
1
2
3
4
5
6
7
8
9
10
/** @page tut_bson Working with BSON objects
 *
 * In this section, we'll cover the basics of working with BSON
 * objects in a few big steps. Working with BSON is fairly
 * straightforward, so we will not be going into much details here.
 *
 * Contents:
 *  - @subpage tut_bson_build
 *  - @subpage tut_bson_traverse
 */