JSON Pointer imlpementation module.
Requires
Methods
-
<static> parse(recordTypeDesc, propPointer [, noDash])
-
Parse the specified JSON pointer.
Parameters:
Name Type Argument Description recordTypeDesc
module:x2node-records~RecordTypeDescriptor Record type descriptor. propPointer
string Property pointer string in RFC 6901 format. noDash
boolean <optional>
true
if a dash at the end of the pointer to an array element is not allowed.Throws:
-
If the pointer is invalid.
Returns:
Parsed record element pointer. -