Skip to content

Commit d77ec03

Browse files
committed
Manually apply changes from PR yaml#24
1 parent 4c3444d commit d77ec03

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

4ABK/in.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"": "omitted key",
3-
"http://foo.com": "",
4-
"omitted value": "",
3+
"http://foo.com": null,
4+
"omitted value": null,
55
"unquoted": "separate"
66
}

FRK4/in.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"foo": "",
2+
"foo": null,
33
"": "bar"
44
}

0 commit comments

Comments
 (0)