Description
Implements JSON Pointer so Python code can identify exact values inside JSON documents. It helps patches, validators, error reports, and APIs point to one nested field in a standardized way.
Use it when tools need clear references into JSON data. Pointers supplied by users should be checked before exposing or modifying sensitive fields.