json-pointer Fast implementation of JSON Pointer (RFC 6901) in TypeScript. Can find a value in a JSON object using three methods: (1) JSON Pointer string, (2) array of steps, or (3) a pre-compiled function.