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__
/
nested1.json
18 lines
(17 loc)
•
231 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"common"
:
{
"setting1"
:
"Value 1"
,
"setting2"
:
"200"
,
"setting3"
:
true
,
"setting6"
:
{
"key"
:
"value"
}
}
,
"group1"
:
{
"baz"
:
"bas"
,
"foo"
:
"bar"
}
,
"group2"
:
{
"abc"
:
"12345"
}
}