You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for your suggestion. I just released version 2024.2.4, which includes support for comments in the JSON body, along with other JSON5 features such as trailing commas, single quotes, and unquoted keys. These JSON5 bodies are automatically converted to JSON when the request is sent.
Regarding XML support, I will consider adding this feature in the future.
Is your feature request related to a problem?
No
Describe the solution you'd like
I'm aware that JSON is data only.
However when testing API's it can be convenient to have comments in them.
For example:"
What JetClient could do is strip out the comments, identified by "//", before sending the JSON body to the API endpoint.
Additional context
No response
The text was updated successfully, but these errors were encountered: