In the
JSON filter configuration, xpath type notation is used.
For example, the user only wanted to translate the line for “content” only
[{
"id": "User1*",
"segmentId": 4444,
"segmentName": "Default",
"content": "This is a test:",
"type": "Text"
}]
In this case using $..content for this will make the line with "content" available for translation.
In Browser WorkBench: