-
Notifications
You must be signed in to change notification settings - Fork 2k
Open
Labels
enhancementNew feature or requestNew feature or request
Description
I have checked the following:
- I've searched existing issues and found nothing related to my issue.
This feature
- blocks me from using Bruno
- would improve my quality of life in Bruno
- is something I've never seen an API client do before
Describe the feature you want to add, and how it would change your usage of Bruno
I'd like the {{variable}} interpolation in request bodies to include objects. When referencing a bruno variable that is an object, it shows [object Object].
This slows down my automation development as I use objects to reduce the number of runtime variables while also grouping related values.
Ex -
{ Enterprise1: { id: 123 name: EnterpriseName1 number: EnterpriseNumber1 } }
I could either create a variable for id, name, and number individually. Keep in mind, there are usually a lot more than 3 keys/values on an object.
OR
Set the object once and pull whatever values I need from it.
Mockups or Images of the feature

Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request