Improve wording of intro paragraph

This commit is contained in:
Matthew Lewis
2015-02-05 14:03:06 -06:00
parent 4fbc739be7
commit ecc570d1c4
+1 -1
View File
@@ -1,7 +1,7 @@
JSON
====
The `json <https://docs.python.org/2/library/json.html>`_ 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 <https://docs.python.org/2/library/json.html>`_ 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
------------