zerg icon indicating copy to clipboard operation
zerg copied to clipboard

New path format

Open klermonte opened this issue 10 years ago • 0 comments

Insted file path style use object notation:
/header/blocksCount => @root.header.blocksCount or just header.blocksCount
./blocksCount => @parent.blocksCount
suggest new types of path parts:

  • @parent - select parent of current field
  • @prev - select previous sibling
  • @root - select root of DataSet, optional, just for clarity e.g. @root.header and header are equal

klermonte avatar Mar 03 '15 09:03 klermonte