mirror of https://github.com/Wilfred/difftastic/
Add JSON to sample files
parent
593ac16de4
commit
638cf1245a
@ -0,0 +1,5 @@
|
||||
{
|
||||
"foo": [2, 3, 4, 5],
|
||||
"zab": "testing",
|
||||
"woo": ["foobar"]
|
||||
}
|
||||
@ -0,0 +1,4 @@
|
||||
{
|
||||
"foo": [1, 2, 3, 4],
|
||||
"bar": "testing"
|
||||
}
|
||||
Loading…
Reference in New Issue