Skip to content

dragos-cojocari/json2xml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

json2xml

Given a JSON string as input the tool will create an XML and a matching XSD for it. Requires Java 7

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

For the JSON->XML conversion the tool uses org.json Check the project's page for known issues and limitations.

For the XML->XSD conversion the tool uses Apache XML Beans Check the project's page for known issues and limitations.

Command line syntax:

    java -jar json2xml.jar <jsonInputFile> <xmlOutputFolder>

Example:

    java -jar json2xml.jar d:\test\test1.json d:\test\

About

Utilities to convert json to xml

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages