1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"p": {
"s": "s449fLWNwiEFQ/AqfRj13pPHVdV9g3h0HAFzWtjpZgE="
},
"f": {
"disabledFeature": {
"v": {
"b": false
},
"t": 0,
"r": [
{
"c": [
{
"u": {
"a": "Identifier",
"c": 2,
"l": ["@matching.com"]
}
}
],
"s": {
"v": {
"b": true
}
}
}
]
},
"enabledFeature": {
"t": 0,
"v": {
"b": true
}
},
"intSetting": {
"t": 2,
"v": {
"i": 5
}
},
"doubleSetting": {
"t": 3,
"v": {
"d": 1.2
}
},
"stringSetting": {
"t": 1,
"v": {
"s": "test"
}
}
}
}