pub fn is_valid_json_pointer(value: &str) -> bool
Checks if a string value is a valid JSON Pointer (RFC 6901) Matches Go SDK’s JSONPointerPattern: ^(/([^/~]|~[01])*)*$
^(/([^/~]|~[01])*)*$