(Feat): Initial Commit
This commit is contained in:
19
test/testdata/snapshots/TestSnapshotJSONJSON.golden
vendored
Normal file
19
test/testdata/snapshots/TestSnapshotJSONJSON.golden
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"ID": <redacted>,
|
||||
"A": "foo",
|
||||
"B": 1,
|
||||
"C": true,
|
||||
"D": {
|
||||
"Foo": "skip me",
|
||||
"Bar": 3
|
||||
},
|
||||
"E": [
|
||||
"skip me",
|
||||
"skip me too"
|
||||
],
|
||||
"F": {
|
||||
"skip me": 1,
|
||||
"skip me three": 3,
|
||||
"skip me too": 2
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user