summaryrefslogtreecommitdiffstats
path: root/chrome/test/data/serializer_test.js
blob: 446925ea7b469f7eaf3a9ed7cf05cb7425ee18c3 (plain)
1
2
3
4
5
6
7
8
{
   "bool": true,
   "int": 42,
   "list": [ 1, 2 ],
   "null": null,
   "real": 3.14,
   "string": "hello"
}