Standard for pointing to a specific value within a JSON document
JSON Pointer is a standard which defines a string syntax for identifying a specific value within a JavaScript Object Notation (JSON) document. It is used within other specifications such as json-patch and json-reference.