@@ -40,16 +40,16 @@ const _expectedResult = {
40
40
'without' : {'aField' : null , 'field' : null , 'zField' : null }
41
41
},
42
42
'ToJsonTrueFromJsonFalsePublic: field: null' : {
43
- 'with' : {'aField' : null , 'zField' : null },
44
- 'without' : {'aField' : null , 'zField' : null }
43
+ 'with' : {'aField' : null , 'field' : null , ' zField': null },
44
+ 'without' : {'aField' : null , 'field' : null , ' zField': null }
45
45
},
46
46
'ToJsonFalseFromJsonNullPublic: field: 42' : {
47
- 'with' : {'aField' : null , 'field' : 42 , ' zField': null },
48
- 'without' : {'aField' : null , 'field' : null , ' zField': null }
47
+ 'with' : {'aField' : null , 'zField' : null },
48
+ 'without' : {'aField' : null , 'zField' : null }
49
49
},
50
50
'ToJsonFalseFromJsonTruePublic: field: 42' : {
51
- 'with' : {'aField' : null , 'field' : 42 , ' zField': null },
52
- 'without' : {'aField' : null , 'field' : null , ' zField': null }
51
+ 'with' : {'aField' : null , 'zField' : null },
52
+ 'without' : {'aField' : null , 'zField' : null }
53
53
},
54
54
'ToJsonFalseFromJsonFalsePublic: field: null' : {
55
55
'with' : {'aField' : null , 'zField' : null },
@@ -76,16 +76,16 @@ const _expectedResult = {
76
76
'without' : {'aField' : null , 'field' : null , 'zField' : null }
77
77
},
78
78
'ToJsonTrueFromJsonFalsePrivate: _field: null' : {
79
- 'with' : {'aField' : null , 'zField' : null },
80
- 'without' : {'aField' : null , 'zField' : null }
79
+ 'with' : {'aField' : null , 'field' : null , ' zField': null },
80
+ 'without' : {'aField' : null , 'field' : null , ' zField': null }
81
81
},
82
82
'ToJsonFalseFromJsonNullPrivate: _field: null' : {
83
83
'with' : {'aField' : null , 'zField' : null },
84
84
'without' : {'aField' : null , 'zField' : null }
85
85
},
86
86
'ToJsonFalseFromJsonTruePrivate: _field: 42' : {
87
- 'with' : {'aField' : null , 'field' : 42 , ' zField': null },
88
- 'without' : {'aField' : null , 'field' : null , ' zField': null }
87
+ 'with' : {'aField' : null , 'zField' : null },
88
+ 'without' : {'aField' : null , 'zField' : null }
89
89
},
90
90
'ToJsonFalseFromJsonFalsePrivate: _field: null' : {
91
91
'with' : {'aField' : null , 'zField' : null },
0 commit comments