Files
Android11/external/libchrome/base/test/data/serializer_test.json
2023-10-13 14:01:41 +00:00

9 lines
111 B
JSON

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