blueloveTH %!s(int64=3) %!d(string=hai) anos
pai
achega
bb75341c49
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/pocketpy.h

+ 1 - 1
src/pocketpy.h

@@ -979,7 +979,7 @@ inline void init_builtins(VM* _vm) {
         for(auto& item : self.items()){
             if(!first) ss << ", ";
             first = false;
-            Str key = CAST(Str&, item.first).escape();
+            Str key = CAST(Str&, item.first).escape(false);
             Str value = CAST(Str&, vm->py_json(item.second));
             ss << key << ": " << value;
         }