Escapes path segment values to an unambiguous form. The escape char to be inserted is '~'. The chars to be escaped are ~, which maps to ~0, and /, which maps to ~1. Backslashes and double quote chars are also escaped. @param token the JSONPointer segment value to be escaped @return the escaped value
(String token)
source not stored for this graph (policy: none)