ajaysusarla / xml2json

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status:master

xml2json

Utility to convert xml to json.[WIP]

Build

To build run make in the current directory.

Dependencies

Requires libxml2.

Example

./xml2json cust.xml -x"cust.xsd" - convert using XSD schema

./xml2json cust.xml

About

License:MIT License


Languages

Language:C 98.2%Language:Makefile 1.8%