mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 23:00:18 +00:00
Update json.rst
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
JSON
|
JSON
|
||||||
====
|
====
|
||||||
|
|
||||||
|
.. image:: https://farm5.staticflickr.com/4174/33928819683_97b5c6a184_k_d.jpg
|
||||||
|
|
||||||
The `json <https://docs.python.org/2/library/json.html>`_ library can parse
|
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
|
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.
|
or list. It can also convert Python dictionaries or lists into JSON strings.
|
||||||
|
|||||||
Reference in New Issue
Block a user