find term in json by reference
I want to find term in json like this
{ "btn": { "ok": "Ok" }} by reference 'btn.ok'.
is it possible?
3
votes
Denis
shared this idea
It’s not currently possible to perform such a combined search.
You can search by term or by context only.
In your example btn si kept in the context and ok is the term.