Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature request] Json converter #108

Open
3 tasks
ThijsZijdel opened this issue Aug 28, 2024 · 2 comments
Open
3 tasks

[Feature request] Json converter #108

ThijsZijdel opened this issue Aug 28, 2024 · 2 comments

Comments

@ThijsZijdel
Copy link
Contributor

ThijsZijdel commented Aug 28, 2024

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

  • How should we handle data inconsistencies or conversion errors, especially for complex formats like XML?
  • Maybe integrate the converter with the code snippet storage feature to enable direct conversion and/ or storage of code snippets & conversions. [Feature request] Code snippets storage #107
  • Dependencies or libraries to consider: ...
  • Similar features in other projects for reference: ...

Potential Challenges

  • Ensuring robustness and accuracy of conversions across multiple formats.(Correct error handling etc)
  • Integrating this feature without complicating the UI/UX of existing tools. (Perhaps a bit like our current JSON Tools module)
@Sparkenstein
Copy link
Member

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.

@Tarek-Hasan
Copy link

I will be happy to have JSON Array to Table, CSV feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants