Split a JSON Pointer into unescaped reference tokens. The empty pointer yields an empty array. Returns false for syntactically invalid pointers (not starting with '/', or a bad ~ escape).
Split a JSON Pointer into unescaped reference tokens. The empty pointer yields an empty array. Returns false for syntactically invalid pointers (not starting with '/', or a bad ~ escape).