From 0f3915dd9f2c402503399648d871cc9699f5c94a Mon Sep 17 00:00:00 2001 From: blueloveTH Date: Sun, 24 Sep 2023 21:43:39 +0800 Subject: [PATCH] ... --- docs/modules/json.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/modules/json.md b/docs/modules/json.md index e3f721c8..056d02eb 100644 --- a/docs/modules/json.md +++ b/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. -!!! \ No newline at end of file