MultiArrayPathInfo
Result of parsing a path with multiple array placeholders.
Properties
| Name | Type | Description |
|---|---|---|
| isArrayPath | boolean | Whether this path contains array placeholders |
| placeholderCount | number | Number of array placeholders in the path |
| placeholderPositions | number[] | The positions of '$' in the split path (by part index) |
| segments | string[] | Path segments (excluding $ placeholders) |