MemberPath
A path used to identify a specific JSON member. Paths can be represented as strings in form "my.json[1].item"
where elements are separated by '.'
or [<index>]
. Reserved characters are escaped using '\'
.
Parameters
parent
the parent of this path
name
the name of the member or null
if the member is indexed. Pathnames are provided as they were defined when the member was added and do notinclude any name processing.
index
the index of the member or UNINDEXED
Properties
Functions
Link copied to clipboard
Create a new child from this path with the specified index.
Create a new child from this path with the specified name.
Link copied to clipboard
Create a new MemberPath instance from the given string.
Link copied to clipboard
Return a string representation of the path without any escaping.