THHamiltonSmith / webdevhub

A hub for web developers that offers a variety of tools to help with any developing needs.
https://webdevhub.herokuapp.com/
MIT License
87 stars 4 forks source link

Create an XML - JSON - ymal conversion system #9

Closed THHamiltonSmith closed 2 years ago

THHamiltonSmith commented 2 years ago

Create a feature that allows the user to convert the three data types of XML, JSON and ymal from one to the other.

This might be a difficult feature to implement without server-side features, so it may need to be added sometime in the future.

Helpful Links: https://www.delftstack.com/howto/javascript/javascript-xml-to-json/