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
- Host: GitHub
- URL: https://github.com/francescodisalesgithub/prettyprint
- Owner: FrancescoDiSalesGithub
- License: gpl-3.0
- Created: 2022-10-23T13:05:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-23T16:46:48.000Z (over 3 years ago)
- Last Synced: 2025-01-28T03:19:40.392Z (over 1 year ago)
- Topics: json, pretty-print, pretty-printer, springboot, xml
- Language: Java
- Homepage:
- Size: 18.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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