blueloveTH 2 年之前
父節點
當前提交
0f3915dd9f
共有 1 個文件被更改,包括 0 次插入5 次删除
  1. 0 5
      docs/modules/json.md

+ 0 - 5
docs/modules/json.md

@@ -14,8 +14,3 @@ It is supported by the `eval()` function.
 Encode a python object into a JSON string.
 
 It is supported by the compiler with `JSON_MODE` enabled.
-
-!!!
-There is a special method `__json__`.
-If defined, it will be called when `json.dumps()` is called.
-!!!