Skip to content

This is an application for converting XML to JSON and JSON to XML

Notifications You must be signed in to change notification settings

zobnina/work-with-xml-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

XML Parser

This is an application for converting XML to JSON and JSON to XML.

REST controller has following requests:

  • POST localhost:8081/xml/json/sdo - to convert XML to JSON using SDO
  • POST localhost:8081/xml/json - to convert XML to JSON using JAXB
  • POST localhost:8081/json/xml - to convert JSON to XMl using JAXB

A valid xml-body for request is placed in /resources/from

About

This is an application for converting XML to JSON and JSON to XML

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages