RFC 6901 JSON Pointer

A string syntax for identifying a specific value within a JavaScript Object Notation (JSON) document

JSON Pointer (String)
matches: ^(?:\/(?:[^~\/]|~0|~1)*)*$
For example:
  • ""
  • "/0/bar"
  • "/foo"