Private
Given a json document and a key get the complete path(s) to that key in dot notation: path.to.some.array[0].element
path.to.some.array[0].element
json document
the key for which to compute the path
an array of strings containing the complete paths to some key
Generated using TypeDoc
Given a json document and a key get the complete path(s) to that key in dot notation:
path.to.some.array[0].element