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 would need the node above to be created but it seems its not possible to create this.
Only way to achieve this is to change the original json to be like
"EndPoints": [
{ }
]
Then transforming like this:
{
"EndPoints[0]/ServerTypes[]`0":"All",
"EndPoints[0]/ChannelName":"channel-1",
"EndPoints[0]/SynchronousCallTimeout":"30000"
}
The text was updated successfully, but these errors were encountered:
"EndPoints": [
{
"ServerTypes": [ "All" ],
"ChannelName": "channel-1",
"SynchronousCallTimeout": 30000
}
]
I would need the node above to be created but it seems its not possible to create this.
Only way to achieve this is to change the original json to be like
"EndPoints": [
{ }
]
Then transforming like this:
{
"EndPoints[0]/ServerTypes[]`0":"All",
"EndPoints[0]/ChannelName":"channel-1",
"EndPoints[0]/SynchronousCallTimeout":"30000"
}
The text was updated successfully, but these errors were encountered: