A lightweight Node.js service for converting between JSON, XML, and YAML formats.
- JSON to XML conversion
- XML to JSON conversion
- JSON to YAML conversion
- RESTful API with MVC architecture
- Modern frontend with TailwindCSS
-
Clone the repo:
git clone https://github.com/fasilofficial/format-fusion.git cd format-fusion
-
Install dependencies:
npm install
Start the server:
npm start
Access at http://localhost:3000
- POST
/api/convert/json-to-xml
- Convert JSON to XML - POST
/api/convert/xml-to-json
- Convert XML to JSON - POST
/api/convert/json-to-yaml
- Convert JSON to YAML
- Node.js >= 18.0.0
MIT