diff --git a/picojson.h b/picojson.h index 76742fe..a43a351 100644 --- a/picojson.h +++ b/picojson.h @@ -536,7 +536,6 @@ template struct serialize_str_char { break MAP('"', "\\\""); MAP('\\', "\\\\"); - MAP('/', "\\/"); MAP('\b', "\\b"); MAP('\f', "\\f"); MAP('\n', "\\n");