-
Notifications
You must be signed in to change notification settings - Fork 1
New path format #16
Copy link
Copy link
Open
Milestone
Description
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.headerandheaderare equal
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels