Skip to content

New path format #16

@klermonte

Description

@klermonte

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions