Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(305)

Side by Side Diff: base/test/data/serializer_nested_test.json

Issue 1647803004: Move base to DEPS (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « base/test/data/prefs/write.golden.json ('k') | base/test/data/serializer_test.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 {
2 "bool": true,
3 "dict": {
4 "bool": true,
5 "dict": {
6 "bees": "knees",
7 "cats": "meow"
8 },
9 "foos": "bar",
10 "list": [ 3.4, "second", null ]
11 },
12 "int": 42,
13 "list": [ 1, 2 ],
14 "null": null,
15 "real": 3.14,
16 "string": "hello"
17 }
OLDNEW
« no previous file with comments | « base/test/data/prefs/write.golden.json ('k') | base/test/data/serializer_test.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698