1
    2
    3
    4
    5
    6
    7
    8

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

{
   "bool": true,
   "int": 42,
   "list": [ 1, 2 ],
   "null": null,
   "real": 3.14,
   "string": "hello"
}