Finds locators of $<formula> formulas inside a data object. Returns list of locators by which these formulas can be found.
$<formula>
For example, for
{ "obj": { "key": { $var: $.abc } }} Copy
{ "obj": { "key": { $var: $.abc } }}
it will return ['$.obj.key']
['$.obj.key']
Finds locators of
$<formula>
formulas inside a data object. Returns list of locators by which these formulas can be found.For example, for
it will return
['$.obj.key']