Commit be2f1e7
committed
* fixed handling of nulls in JSON
* jsonmodel#1011 parent 9f9559b commit be2f1e7Copy full SHA for be2f1e7
File tree
Expand file treeCollapse file tree
7 files changed
+38
-6
lines changedOpen diff view settings
Filter options
- JSONModelDemoTests/UnitTests
- TestModels
- JSONModel
- JSONModelNetworking
- JSONModel
Expand file treeCollapse file tree
7 files changed
+38
-6
lines changedOpen diff view settings
Collapse file
JSONModel/JSONModel/JSONModel.m
Copy file name to clipboardExpand all lines: JSONModel/JSONModel/JSONModel.m+9-2Lines changed: 9 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
221 | 221 | |
222 | 222 | |
223 | 223 | |
224 | | - |
| 224 | + |
225 | 225 | |
226 | | - |
| 226 | + |
| 227 | + |
| 228 | + |
| 229 | + |
| 230 | + |
| 231 | + |
| 232 | + |
| 233 | + |
227 | 234 | |
228 | 235 | |
229 | 236 | |
|
Collapse file
JSONModel/JSONModelNetworking/JSONHTTPClient.m
Copy file name to clipboardExpand all lines: JSONModel/JSONModelNetworking/JSONHTTPClient.m+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
99 | 99 | |
100 | 100 | |
101 | 101 | |
102 | | - |
| 102 | + |
103 | 103 | |
104 | 104 | |
105 | 105 | |
|
Collapse file
JSONModelDemoTests/UnitTests/OptionalPropertiesTests.m
Copy file name to clipboardExpand all lines: JSONModelDemoTests/UnitTests/OptionalPropertiesTests.m+13Lines changed: 13 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
45 | 45 | |
46 | 46 | |
47 | 47 | |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
48 | 61 | |
Collapse file
JSONModelDemoTests/UnitTests/SimpleDataErrorTests.m
Copy file name to clipboardExpand all lines: JSONModelDemoTests/UnitTests/SimpleDataErrorTests.m+12Lines changed: 12 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
148 | 148 | |
149 | 149 | |
150 | 150 | |
| 151 | + |
| 152 | + |
| 153 | + |
| 154 | + |
| 155 | + |
| 156 | + |
| 157 | + |
| 158 | + |
| 159 | + |
| 160 | + |
| 161 | + |
| 162 | + |
151 | 163 | |
Collapse file
JSONModelDemoTests/UnitTests/TestModels/GitHubKeyMapRepoModel.h
Copy file name to clipboardExpand all lines: JSONModelDemoTests/UnitTests/TestModels/GitHubKeyMapRepoModel.h+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
11 | 11 | |
12 | 12 | |
13 | 13 | |
14 | | - |
| 14 | + |
15 | 15 | |
16 | 16 | |
17 | 17 | |
Collapse file
JSONModelDemoTests/UnitTests/TestModels/GitHubRepoModel.h
Copy file name to clipboardExpand all lines: JSONModelDemoTests/UnitTests/TestModels/GitHubRepoModel.h+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
19 | 19 | |
20 | 20 | |
21 | 21 | |
22 | | - |
| 22 | + |
23 | 23 | |
24 | 24 | |
25 | 25 | |
|
Collapse file
JSONModelDemoTests/UnitTests/TestModels/JSONTypesModel.h
Copy file name to clipboardExpand all lines: JSONModelDemoTests/UnitTests/TestModels/JSONTypesModel.h+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
35 | 35 | |
36 | 36 | |
37 | 37 | |
38 | | - |
| 38 | + |
39 | 39 | |
40 | 40 | |
0 commit comments