Skip to content

Commit

Permalink
Merge pull request #319 from SmartHypercube-fork/master
Browse files Browse the repository at this point in the history
Remove the note mentioning YAML
  • Loading branch information
etrepum committed Dec 3, 2023
2 parents 532f41f + 728c010 commit 2d759f4
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions index.rst
Expand Up @@ -148,13 +148,6 @@ Serializing multiple objects to JSON lines (newline-delimited JSON)::
>>> ''.join(dumps_lines([{'count': 1}, {'count': 2}, {'count': 3}]))
'{"count":1}\n{"count":2}\n{"count":3}\n'

.. note::

JSON is a subset of `YAML <http://yaml.org/>`_ 1.2. The JSON produced by
this module's default settings (in particular, the default *separators*
value) is also a subset of YAML 1.0 and 1.1. This module can thus also be
used as a YAML serializer.


Basic Usage
-----------
Expand Down

0 comments on commit 2d759f4

Please sign in to comment.