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
Would be really nice if I didn't have to put fully valid strict json in when writing a JSON body for a request- a simple example would be allowing comments or trailing commas, but it'd also be nice if you didn't need to double quote properties. Seems like Bruno could take care of accepting a more lenient format and doing a format/transform to valid json before sending out the request? Sometimes servers even accept bodies like this on their own too.
Even just having the Prettify button be more flexible would be a great step, without being fully automatic
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Would be really nice if I didn't have to put fully valid strict json in when writing a JSON body for a request- a simple example would be allowing comments or trailing commas, but it'd also be nice if you didn't need to double quote properties. Seems like Bruno could take care of accepting a more lenient format and doing a format/transform to valid json before sending out the request? Sometimes servers even accept bodies like this on their own too.
Even just having the Prettify button be more flexible would be a great step, without being fully automatic
Beta Was this translation helpful? Give feedback.
All reactions