[Android] Out with the Android GR, in with the new unified C++ GR
[chromium-blink-merge.git] / base / test / data / serializer_test.json
blob446925ea7b469f7eaf3a9ed7cf05cb7425ee18c3
2    "bool": true,
3    "int": 42,
4    "list": [ 1, 2 ],
5    "null": null,
6    "real": 3.14,
7    "string": "hello"