Add JSON Editor Option to API Playground #760
dzimiks
started this conversation in
Feature Requests
Replies: 0 comments
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Problem
The current API playground uses individual form fields for request bodies, which can be cumbersome when testing complex payloads. Developers often prefer working with raw JSON, especially when:
Proposed Solution
Add a toggle/switch in the API playground modal that allows users to choose between:
Expected Behavior
Reference Implementation
Similar to Swagger UI's "Try it out" functionality, which provides both form fields and raw JSON editing options.
Benefits:
Use Case
Testing endpoints with complex nested objects would be much more convenient with direct JSON editing rather than filling individual form fields.
Beta Was this translation helpful? Give feedback.
All reactions