Transform an array of Path to it's string representation.
printPaths([{kind: "field", field: 'field1'}, {kind: "index", index: 1}])// => $root.field[1] Copy
printPaths([{kind: "field", field: 'field1'}, {kind: "index", index: 1}])// => $root.field[1]
an array of Pathr
string representation of the path
Generated using TypeDoc
Transform an array of Path to it's string representation.