Commit 96418bb
committed
Fixes #97: Return proper json in xmlToJson method, for none data arguments.
Previously our xmlToJson method returns ' ' on None argument,
which is not proper json data.
We should return '[]' for None data, instead ' '.
This commit change the default value of resultant json data.1 parent e77e7c6 commit 96418bb
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| |||
0 commit comments