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
I want to be able to specify wich destination inside the response list to be collapsed in the beggining.
For example with ONLY the first item as collapsed by default:
"response_list": [
{ ... },
{
"destination": "Dest.2",
"mapped_request": { NESTED JSON DATA}
}]
Here's a screenshoot:
I cannot use DEEP, because that would collapse every object at the same level and I don't want that.
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Hi.
Is it possible to start with certain nodes collapsed, not by using the deep feature, but specifying some path(s)?
For example i have a JSON like this:
"response_list": [
{
"destination": "Dest.1",
"mapped_request": { NESTED JSON DATA}
},
{
"destination": "Dest.2",
"mapped_request": { NESTED JSON DATA}
}]
I want to be able to specify wich destination inside the response list to be collapsed in the beggining.
For example with ONLY the first item as collapsed by default:
"response_list": [
{ ... },
{
"destination": "Dest.2",
"mapped_request": { NESTED JSON DATA}
}]
Here's a screenshoot:
I cannot use DEEP, because that would collapse every object at the same level and I don't want that.
Thanks in advance.
The text was updated successfully, but these errors were encountered: