aboutsummaryrefslogtreecommitdiffstats
path: root/test/diff.json
blob: e8a233038d60734f2d297042ed5b67dcd014e9cd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "_remove": {
        "b": 2
    }, 
    "_update": {
        "a": 2, 
        "children": {
            "_update": {
                "son": "Ivánek"
            }, 
            "_append": {
                "daughter": "Maruška"
            }
        }
    }, 
    "_append": {
        "c": 3
    }
}