aboutsummaryrefslogtreecommitdiffstats
path: root/test/diff.json
blob: df7a5f5855799402ace0e84b8a06b68e829f1815 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "append": {
        "c": 3,
        "daughter": {
            "name": "Maruška"
        }
    },
    "remove": {
        "b": 2,
        "son": {
            "name": "Janošek"
        }
    },
    "update": {
        "a": 2
    }
}