naiveproxy/base/test/data/serializer_test.json

9 lines
111 B
JSON
Raw Normal View History

2018-12-10 05:59:24 +03:00
{
"bool": true,
"int": 42,
"list": [ 1, 2 ],
"null": null,
"real": 3.14,
"string": "hello"
}