From 61f21f1f4cb82636c3bc1ef0197cb00e4d4b8159 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Mon, 26 Mar 2018 16:51:11 +0200 Subject: [PATCH] Serialization --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e83728..ccf1560 100644 --- a/README.md +++ b/README.md @@ -429,7 +429,7 @@ JSON import json ``` -### Serialize/Deserialize +### Serialization ```python = json.dumps() = json.loads()