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
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,6 +81,8 @@ var isValid = parser.validate(xmlData);
81
81
var jsonObj =parser.parse(xmlData);
82
82
```
83
83
84
+
Or use directly from [CDN](https://cdnjs.com/libraries/fast-xml-parser)
85
+
84
86
## Comparision
85
87
I decided to created this library when I couldn't find any library which can convert XML data to json without any callback and which is not based on any C/C++ library.
0 commit comments