summaryrefslogtreecommitdiffstats
path: root/chrome/test/data/serializer_nested_test.js
blob: cfea8e86a9a9c79e682c80ac6697afbcfcb0014c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
   "bool": true,
   "dict": {
      "bool": true,
      "dict": {
         "bees": "knees",
         "cats": "meow"
      },
      "foos": "bar",
      "list": [ 3.4, "second", null ]
   },
   "int": 42,
   "list": [ 1, 2 ],
   "null": null,
   "real": 3.14,
   "string": "hello"
}