Skip to content

Commit 801dc28

Browse files
authored
Update README.md
1 parent 4a8cd16 commit 801dc28

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ var isValid = parser.validate(xmlData);
8181
var jsonObj = parser.parse(xmlData);
8282
```
8383

84+
Or use directly from [CDN](https://cdnjs.com/libraries/fast-xml-parser)
85+
8486
## Comparision
8587
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.
8688

0 commit comments

Comments
 (0)