summaryrefslogtreecommitdiff
path: root/docs/tutorial/examples/tut_bson_build.json
blob: 078cf538a2ca6c7ea3fa8e9aa454affd6defd6bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  author: "Gergely Nagy",
  pages: [
    {
      title: "BSON tutorial",
      content: "...",
      importance: 1
    },
    {
      title: "Some other thing",
      content: "...",
      importance: 0
    }
  ],
  inline: true
}