summaryrefslogtreecommitdiff
path: root/docs/library/ujson.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/library/ujson.rst')
-rw-r--r--docs/library/ujson.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/library/ujson.rst b/docs/library/ujson.rst
index 0932d0ab5..080ee2d03 100644
--- a/docs/library/ujson.rst
+++ b/docs/library/ujson.rst
@@ -1,10 +1,12 @@
:mod:`ujson` -- JSON encoding and decoding
==========================================
+.. include:: ../templates/unsupported_in_circuitpython.inc
+
.. module:: ujson
:synopsis: JSON encoding and decoding
-|see_cpython_module| :mod:`python:json`.
+|see_cpython_module| :mod:`cpython:json`.
This modules allows to convert between Python objects and the JSON
data format.