evaluatePointer

Evaluate a parsed pointer against a document. Returns null when any token does not resolve.

@safe pure nothrow
const(JsonNode)*
evaluatePointer
(
const(JsonNode)* doc
,
string[] tokens
)