diff options
| author | Paul Sokolovsky | 2017-07-02 15:37:31 +0300 |
|---|---|---|
| committer | Paul Sokolovsky | 2017-07-02 15:37:31 +0300 |
| commit | 465d84b7e72c9fe4a8907ee539f736ff576d9dd6 (patch) | |
| tree | 40ca414532037f207b5a8173fb5839d2afac56c6 /docs/library/ujson.rst | |
| parent | ebce7984c66b4d977f4540506e243cf65a80db2f (diff) | |
docs/library: Add CPython docs xref to each pertinent module.
Cross-reference text/link is implemented as RST substitution, so easy to
consistently.
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 724bc90ee..0932d0ab5 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. |
