From d0f689bb94203f437f68f56d732e60d3190eb8ad Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 4 Sep 2017 16:57:23 -0400 Subject: [PATCH] Update json.rst --- docs/scenarios/json.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/scenarios/json.rst b/docs/scenarios/json.rst index 860e794..55de04e 100644 --- a/docs/scenarios/json.rst +++ b/docs/scenarios/json.rst @@ -1,6 +1,8 @@ JSON ==== +.. image:: https://farm5.staticflickr.com/4174/33928819683_97b5c6a184_k_d.jpg + The `json `_ library can parse JSON from strings or files. The library parses JSON into a Python dictionary or list. It can also convert Python dictionaries or lists into JSON strings.