Skip to content

alextkd/react-native-xml-to-json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-native-xml-to-json

Native Library to handle XML to JSON parsing

##Usage

import {Xml2Json} from 'react-native-xml-to-json';


Xml2Json.toJson(xmlStr, data => {
    console.log("Data = ", data);
});

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published