An open API service indexing awesome lists of open source software.

https://github.com/francescodisalesgithub/prettyprint

Application that does json and xml pretty print
https://github.com/francescodisalesgithub/prettyprint

json pretty-print pretty-printer springboot xml

Last synced: about 2 months ago
JSON representation

Application that does json and xml pretty print

Awesome Lists containing this project

README

          

# PrettyPrint
Application that does json and xml pretty print

# Info and Endpoints

The applications is listening on the port 9876

* http://localhost:9876/xml => does a xml pretty print
* http://localhost:9876/json => does a json pretty print

The first one is a POST method and accepts as content-type application/xml
The second one is a POST method and accepts as content-type application/json