summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--json.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/json.cpp b/json.cpp
index 0277cce..042dde7 100644
--- a/json.cpp
+++ b/json.cpp
@@ -62,7 +62,6 @@ struct generate : public boost::static_visitor<std::ostream&> {
switch(*it) {
case '\"':
case '\\':
- case '/':
stream << '\\' << *it;
break;