diff options
Diffstat (limited to 'docs/library/ujson.rst')
-rw-r--r-- | docs/library/ujson.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/library/ujson.rst b/docs/library/ujson.rst index 724bc90ee1..0932d0ab55 100644 --- a/docs/library/ujson.rst +++ b/docs/library/ujson.rst @@ -4,6 +4,8 @@ .. module:: ujson :synopsis: JSON encoding and decoding +|see_cpython_module| :mod:`python:json`. + This modules allows to convert between Python objects and the JSON data format. |