We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12925c9 commit 0e8b0fdCopy full SHA for 0e8b0fd
readme.md
@@ -29,7 +29,7 @@ data_object.json2xml()
29
30
```python
31
from json2xml.json2xml import Json2xml
32
-data = data = Json2xml.fromurl('https://coderwall.com/vinitcool76.json').data
+data = Json2xml.fromurl('https://coderwall.com/vinitcool76.json').data
33
data_object = Json2xml(data)
34
data_object.json2xml()
35
```
0 commit comments