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: Support for Outputting Valid JSON Format #74

Open
Mrli1211 opened this issue Jun 27, 2024 · 1 comment
Open

Feature Request: Support for Outputting Valid JSON Format #74

Mrli1211 opened this issue Jun 27, 2024 · 1 comment

Comments

@Mrli1211
Copy link

It would be beneficial for the application to have the ability to output data in a valid JSON format. This includes ensuring that all strings are properly escaped, and the JSON structure adheres to the standard specifications.

Expected Behavior:

  • When the application outputs data, it should be in a proper JSON format that can be easily parsed by JSON parsers.

Current Behavior:

  • Currently, the application does not output data in a strict JSON format which might cause issues when interfacing with other systems that expect valid JSON.

Possible Solution:

  • Implement a JSON serialization library or utilize built-in functions in the programming language being used to automatically handle the conversion and escaping of strings to JSON.

Steps to Reproduce:

  1. Call the output function of the application.
  2. Observe that the output is not in valid JSON format (provide specific examples).

It is important for integration purposes that the output is valid JSON. Looking forward to seeing this feature implemented!

@binarywang
Copy link
Owner

咱不能好好说中文吗?

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

2 participants