diff --git a/docs/scenarios/json.rst b/docs/scenarios/json.rst index 225ed23..2ca49e8 100644 --- a/docs/scenarios/json.rst +++ b/docs/scenarios/json.rst @@ -1,7 +1,7 @@ JSON ==== -The `json `_ library can parse JSON from strings or files. When parsing, the library converts the JSON into a Python dictionary or list. It can also parse Python dictionaries or lists into JSON strings. +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. Parsing JSON ------------