JSON Pointer imlpementation module.
Requires
Methods
-
<static> parse(recordTypeDesc, propPointer [, noDash])
-
Parse the specified JSON pointer.
Parameters:
Name Type Argument Description recordTypeDescmodule:x2node-records~RecordTypeDescriptor Record type descriptor. propPointerstring Property pointer string in RFC 6901 format. noDashboolean <optional>
trueif 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. -