summaryrefslogtreecommitdiff
path: root/lib/ur/json.ur
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ur/json.ur')
-rw-r--r--lib/ur/json.ur1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/ur/json.ur b/lib/ur/json.ur
index 589e81b0..05406739 100644
--- a/lib/ur/json.ur
+++ b/lib/ur/json.ur
@@ -52,7 +52,6 @@ fun escape s =
| #"\t" => "\\t"
| #"\"" => "\\\""
| #"\\" => "\\\\"
- | #"/" => "\\/"
| x => String.str ch
) ^ esc (String.suffix s 1)
end