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

希望能有添加一个json字符串压缩和转义的功能 #1096

Open
3 tasks done
Jamie-0527 opened this issue May 16, 2024 · 1 comment
Open
3 tasks done

希望能有添加一个json字符串压缩和转义的功能 #1096

Jamie-0527 opened this issue May 16, 2024 · 1 comment
Labels
enhancement New feature or request triage

Comments

@Jamie-0527
Copy link

What type of request is this?

New tool idea

Clear and concise description of the feature you are proposing

首先,我非常喜欢这个工具,它整合了需要开发使用到的工具!我在进行开发经常会遇到已经进行json格式化后的字符串,他可能已经被多次多级的使用的JSON.stringify,然后需要一次或多次转义后才能正常查看,例如下面的例子:

[{key1: \"value1\", key2: {\\\"key3\\\":\\\"value3\\\"}}]

我希望能有个新功能来支持这样解析,同时字符串里面也会存在一些unicode的转换,这个功能也可以考虑

Is their example of this tool in the wild?

下面这个网站是专门针对json的工具网站,和it-tools相比各有优势,希望能参考借鉴一些功能
https://www.json.cn/jsonzip/

Additional context

No response

Validations

  • Check the feature is not already implemented in the project.
  • Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
  • Check that the feature can be implemented in a client side only app (IT-Tools is client side only, no server).
@Jamie-0527 Jamie-0527 added enhancement New feature or request triage labels May 16, 2024
@libaxuan
Copy link

你能否加一个json转csv下载

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request triage
Projects
None yet
Development

No branches or pull requests

2 participants