Skip to content

Feature Request: Support for Outputting Valid JSON Format #74

@Mrli1211

Description

@Mrli1211

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions