Update a RFC URL to the latest version. I'd accidentally used
one which had been obsoleted by a newer one.pull/1/head
parent
6c2c4781e7
commit
e22c37a16b
|
@ -534,7 +534,7 @@ def _un_json_escape(json_string):
|
|||
# the other escapes, e.g. \n, \r, etc.
|
||||
#
|
||||
# This list is taken from RFC7159 section 7:
|
||||
# https://tools.ietf.org/html/rfc7159.html#section-7
|
||||
# https://tools.ietf.org/html/rfc8259#section-7
|
||||
|
||||
result = json_string\
|
||||
.replace(r"\"", "\"")\
|
||||
|
|
Loading…
Reference in New Issue