You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments