Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 219 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 219 Bytes

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);
});