Skip to content

Commit

Permalink
Document UNQUOTED_KEYS inclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
nineteendo committed Sep 25, 2024
1 parent 766da6d commit 477bc35
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/source/get-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,7 @@ Quick start
Encoding basic Python object hierarchies
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

.. versionchanged:: 2.0
Made :class:`tuple` JSON serializable
.. versionchanged:: 2.0 Made :class:`tuple` JSON serializable.

.. tab:: without classes

Expand Down Expand Up @@ -198,8 +197,7 @@ Compact encoding
Pretty printing
^^^^^^^^^^^^^^^

.. versionchanged:: 2.0
Added ``indent_leaves``.
.. versionchanged:: 2.0 Added ``indent_leaves``.

.. tab:: without classes

Expand Down
2 changes: 2 additions & 0 deletions src/jsonyx/allow.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,8 @@

#: Allow all JSON deviations provided by :mod:`jsonyx`.
#:
#: .. versionchanged:: 2.0 Included :data:`jsonyx.allow.UNQUOTED_KEYS`.
#:
#: This is equivalent to ``COMMENTS | DUPLICATE_KEYS | MISSING_COMMAS |
#: NAN_AND_INFINITY | SURROGATES | TRAILING_COMMA | UNQUOTED_KEYS``.
EVERYTHING: frozenset[str] = (
Expand Down

0 comments on commit 477bc35

Please sign in to comment.