1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14
   15
   16
   17

base / test / data / serializer_nested_test.json [blame]

{
   "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"
}