# Documentation The documentation [mentions](https://docs.python.org/3/library/json.html#standard-compliance-and-interoperability): > The JSON format is specified by [RFC 7159](https://datatracker.ietf.org/doc/html/rfc7159.html) and by [ECMA-404](https://ecma-international.org/publications-and-standards/standards/ecma-404/). However, [RFC 7159](https://datatracker.ietf.org/doc/html/rfc7159.html) was obsoleted by [RFC 8259](https://datatracker.ietf.org/doc/html/rfc8259). Should we update the linked RFC? <!-- gh-linked-prs --> ### Linked PRs * gh-144453 * gh-149322 <!-- /gh-linked-prs -->
Documentation
The documentation mentions:
However, RFC 7159 was obsoleted by RFC 8259. Should we update the linked RFC?
Linked PRs
jsonmodule #149322