fosslife / devtools-x

Collection of offline first developer utilities available as non-electron desktop application. all in one place, cross-platform, 10MB app!
https://devtools.fosslife.com/
MIT License
1k stars 49 forks source link

[Feature request] Json converter #108

Open ThijsZijdel opened 2 weeks ago

ThijsZijdel commented 2 weeks ago

Context

We currently have a tool that converts between JSON and YAML. I propose extending this tool to support additional formats such as CSV and XML.

Screenshot 2024-08-28 at 23 07 11

Proposed Change

Certainly! Here's how you can format the extension of format support in your feature request for the JSON converter:

Extend Format Support

Allow the current JSON-YAML converter to also handle conversions between JSON and other popular data formats, improving the tool's utility across different use cases:

Questions for Discussion

Potential Challenges

Sparkenstein commented 2 weeks ago

Sounds about doable, but yaml and toml both can get complicated quickly. Feel free to experiment. I am fine even if it works with simple structures.