UNPKG
cl-diff-tool
Version:
latest (0.1.7)
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
command line diff tool
github.com/Rabinzon/project-lvl1-s129
Rabinzon/project-lvl2-s129
cl-diff-tool
/
__fixtures__
/
nested2.json
20 lines
(17 loc)
•
243 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"common"
:
{
"setting1"
:
"Value 1"
,
"setting3"
:
true
,
"setting4"
:
"blah blah"
,
"setting5"
:
{
"key5"
:
"value5"
}
}
,
"group1"
:
{
"foo"
:
"bar"
,
"baz"
:
"bars"
}
,
"group3"
:
{
"fee"
:
"100500"
}
}