René's URL Explorer Experiment


Title: json — JSON encoder and decoder — Python 3.15.0a5 documentation

Open Graph Title: json — JSON encoder and decoder

Description: Source code: Lib/json/__init__.py JSON (JavaScript Object Notation), specified by RFC 7159(which obsoletes RFC 4627) and by ECMA-404, is a lightweight data interchange format inspired by JavaScript...

Open Graph Description: Source code: Lib/json/__init__.py JSON (JavaScript Object Notation), specified by RFC 7159(which obsoletes RFC 4627) and by ECMA-404, is a lightweight data interchange format inspired by JavaScript...

Opengraph URL: https://docs.python.org/3/library/json.html

direct link

Domain: docs.python.org

og:typewebsite
og:site_namePython documentation
og:image:width1146
og:image:height600
og:imagehttps://docs.python.org/3.15/_images/social_previews/summary_library_json_0fabf18f.png
og:image:altSource code: Lib/json/__init__.py JSON (JavaScript Object Notation), specified by RFC 7159(which obsoletes RFC 4627) and by ECMA-404, is a lightweight data interchange format inspired by JavaScript...
twitter:cardsummary_large_image
theme-color#3776ab
readthedocs-addons-api-version1

Links:

https://www.python.org/
Table of Contentshttps://docs.python.org/dev/contents.html
json — JSON encoder and decoderhttps://docs.python.org/dev/library/json.html
Basic Usagehttps://docs.python.org/dev/library/json.html#basic-usage
Encoders and Decodershttps://docs.python.org/dev/library/json.html#encoders-and-decoders
Exceptionshttps://docs.python.org/dev/library/json.html#exceptions
Standard Compliance and Interoperabilityhttps://docs.python.org/dev/library/json.html#standard-compliance-and-interoperability
Character Encodingshttps://docs.python.org/dev/library/json.html#character-encodings
Infinite and NaN Number Valueshttps://docs.python.org/dev/library/json.html#infinite-and-nan-number-values
Repeated Names Within an Objecthttps://docs.python.org/dev/library/json.html#repeated-names-within-an-object
Top-level Non-Object, Non-Array Valueshttps://docs.python.org/dev/library/json.html#top-level-non-object-non-array-values
Implementation Limitationshttps://docs.python.org/dev/library/json.html#implementation-limitations
Command-line interfacehttps://docs.python.org/dev/library/json.html#module-json.tool
Command-line optionshttps://docs.python.org/dev/library/json.html#command-line-options
email.iterators: Iteratorshttps://docs.python.org/dev/library/email.iterators.html
mailbox — Manipulate mailboxes in various formatshttps://docs.python.org/dev/library/mailbox.html
Report a bughttps://docs.python.org/dev/bugs.html
Show source https://github.com/python/cpython/blob/main/Doc/library/json.rst?plain=1
indexhttps://docs.python.org/dev/genindex.html
moduleshttps://docs.python.org/dev/py-modindex.html
nexthttps://docs.python.org/dev/library/mailbox.html
previoushttps://docs.python.org/dev/library/email.iterators.html
Pythonhttps://www.python.org/
3.15.0a5 Documentationhttps://docs.python.org/dev/index.html
The Python Standard Libraryhttps://docs.python.org/dev/library/index.html
Internet Data Handlinghttps://docs.python.org/dev/library/netdata.html
json — JSON encoder and decoderhttps://docs.python.org/dev/library/json.html
https://docs.python.org/dev/library/json.html#module-json
Lib/json/__init__.pyhttps://github.com/python/cpython/tree/main/Lib/json/__init__.py
JSON (JavaScript Object Notation)https://json.org
RFC 7159https://datatracker.ietf.org/doc/html/rfc7159.html
RFC 4627https://datatracker.ietf.org/doc/html/rfc4627.html
ECMA-404https://ecma-international.org/publications-and-standards/standards/ecma-404/
JavaScripthttps://en.wikipedia.org/wiki/JavaScript
[1]https://docs.python.org/dev/library/json.html#rfc-errata
marshalhttps://docs.python.org/dev/library/marshal.html#module-marshal
picklehttps://docs.python.org/dev/library/pickle.html#module-pickle
JSONEncoderhttps://docs.python.org/dev/library/json.html#json.JSONEncoder
jsonhttps://docs.python.org/dev/library/json.html#module-json
Command-line interfacehttps://docs.python.org/dev/library/json.html#json-commandline
YAMLhttps://yaml.org/
https://docs.python.org/dev/library/json.html#basic-usage
https://docs.python.org/dev/library/json.html#json.dump
file-like objecthttps://docs.python.org/dev/glossary.html#term-file-like-object
Python-to-JSON conversion tablehttps://docs.python.org/dev/library/json.html#py-to-json-table
picklehttps://docs.python.org/dev/library/pickle.html#module-pickle
marshalhttps://docs.python.org/dev/library/marshal.html#module-marshal
dump()https://docs.python.org/dev/library/json.html#json.dump
objecthttps://docs.python.org/dev/library/functions.html#object
file-like objecthttps://docs.python.org/dev/glossary.html#term-file-like-object
strhttps://docs.python.org/dev/library/stdtypes.html#str
byteshttps://docs.python.org/dev/library/stdtypes.html#bytes
strhttps://docs.python.org/dev/library/stdtypes.html#str
boolhttps://docs.python.org/dev/library/functions.html#bool
strhttps://docs.python.org/dev/library/stdtypes.html#str
inthttps://docs.python.org/dev/library/functions.html#int
floathttps://docs.python.org/dev/library/functions.html#float
boolhttps://docs.python.org/dev/library/functions.html#bool
TypeErrorhttps://docs.python.org/dev/library/exceptions.html#TypeError
boolhttps://docs.python.org/dev/library/functions.html#bool
boolhttps://docs.python.org/dev/library/functions.html#bool
RecursionErrorhttps://docs.python.org/dev/library/exceptions.html#RecursionError
boolhttps://docs.python.org/dev/library/functions.html#bool
floathttps://docs.python.org/dev/library/functions.html#float
ValueErrorhttps://docs.python.org/dev/library/exceptions.html#ValueError
JSONEncoderhttps://docs.python.org/dev/library/json.html#json.JSONEncoder
default()https://docs.python.org/dev/library/json.html#json.JSONEncoder.default
inthttps://docs.python.org/dev/library/functions.html#int
strhttps://docs.python.org/dev/library/stdtypes.html#str
tuplehttps://docs.python.org/dev/library/stdtypes.html#tuple
callablehttps://docs.python.org/dev/glossary.html#term-callable
TypeErrorhttps://docs.python.org/dev/library/exceptions.html#TypeError
boolhttps://docs.python.org/dev/library/functions.html#bool
keyword-onlyhttps://docs.python.org/dev/glossary.html#keyword-only-parameter
https://docs.python.org/dev/library/json.html#json.dumps
strhttps://docs.python.org/dev/library/stdtypes.html#str
conversion tablehttps://docs.python.org/dev/library/json.html#py-to-json-table
dump()https://docs.python.org/dev/library/json.html#json.dump
strhttps://docs.python.org/dev/library/stdtypes.html#str
https://docs.python.org/dev/library/json.html#json.load
JSON-to-Python conversion tablehttps://docs.python.org/dev/library/json.html#json-to-py-table
file-like objecthttps://docs.python.org/dev/glossary.html#term-file-like-object
text filehttps://docs.python.org/dev/glossary.html#term-text-file
binary filehttps://docs.python.org/dev/glossary.html#term-binary-file
JSONDecoderhttps://docs.python.org/dev/library/json.html#json.JSONDecoder
callablehttps://docs.python.org/dev/glossary.html#term-callable
dicthttps://docs.python.org/dev/library/stdtypes.html#dict
dicthttps://docs.python.org/dev/library/stdtypes.html#dict
JSON-RPChttps://www.jsonrpc.org
callablehttps://docs.python.org/dev/glossary.html#term-callable
dicthttps://docs.python.org/dev/library/stdtypes.html#dict
callablehttps://docs.python.org/dev/glossary.html#term-callable
decimal.Decimalhttps://docs.python.org/dev/library/decimal.html#decimal.Decimal
callablehttps://docs.python.org/dev/glossary.html#term-callable
floathttps://docs.python.org/dev/library/functions.html#float
callablehttps://docs.python.org/dev/glossary.html#term-callable
JSONDecodeErrorhttps://docs.python.org/dev/library/json.html#json.JSONDecodeError
UnicodeDecodeErrorhttps://docs.python.org/dev/library/exceptions.html#UnicodeDecodeError
keyword-onlyhttps://docs.python.org/dev/glossary.html#keyword-only-parameter
binary filehttps://docs.python.org/dev/glossary.html#term-binary-file
int()https://docs.python.org/dev/library/functions.html#int
integer string conversion length limitationhttps://docs.python.org/dev/library/stdtypes.html#int-max-str-digits
https://docs.python.org/dev/library/json.html#json.loads
load()https://docs.python.org/dev/library/json.html#json.load
strhttps://docs.python.org/dev/library/stdtypes.html#str
byteshttps://docs.python.org/dev/library/stdtypes.html#bytes
bytearrayhttps://docs.python.org/dev/library/stdtypes.html#bytearray
conversion tablehttps://docs.python.org/dev/library/json.html#json-to-py-table
byteshttps://docs.python.org/dev/library/stdtypes.html#bytes
bytearrayhttps://docs.python.org/dev/library/stdtypes.html#bytearray
https://docs.python.org/dev/library/json.html#encoders-and-decoders
https://docs.python.org/dev/library/json.html#json.JSONDecoder
dicthttps://docs.python.org/dev/library/stdtypes.html#dict
JSON-RPChttps://www.jsonrpc.org
dicthttps://docs.python.org/dev/library/stdtypes.html#dict
decimal.Decimalhttps://docs.python.org/dev/library/decimal.html#decimal.Decimal
floathttps://docs.python.org/dev/library/functions.html#float
JSONDecodeErrorhttps://docs.python.org/dev/library/json.html#json.JSONDecodeError
keyword-onlyhttps://docs.python.org/dev/glossary.html#keyword-only-parameter
https://docs.python.org/dev/library/json.html#json.JSONDecoder.decode
strhttps://docs.python.org/dev/library/stdtypes.html#str
JSONDecodeErrorhttps://docs.python.org/dev/library/json.html#json.JSONDecodeError
https://docs.python.org/dev/library/json.html#json.JSONDecoder.raw_decode
strhttps://docs.python.org/dev/library/stdtypes.html#str
https://docs.python.org/dev/library/json.html#json.JSONEncoder
default()https://docs.python.org/dev/library/json.html#json.JSONEncoder.default
TypeErrorhttps://docs.python.org/dev/library/exceptions.html#TypeError
TypeErrorhttps://docs.python.org/dev/library/exceptions.html#TypeError
strhttps://docs.python.org/dev/library/stdtypes.html#str
inthttps://docs.python.org/dev/library/functions.html#int
floathttps://docs.python.org/dev/library/functions.html#float
boolhttps://docs.python.org/dev/library/functions.html#bool
RecursionErrorhttps://docs.python.org/dev/library/exceptions.html#RecursionError
ValueErrorhttps://docs.python.org/dev/library/exceptions.html#ValueError
TypeErrorhttps://docs.python.org/dev/library/exceptions.html#TypeError
TypeErrorhttps://docs.python.org/dev/library/exceptions.html#TypeError
keyword-onlyhttps://docs.python.org/dev/glossary.html#keyword-only-parameter
https://docs.python.org/dev/library/json.html#json.JSONEncoder.default
TypeErrorhttps://docs.python.org/dev/library/exceptions.html#TypeError
default()https://docs.python.org/dev/library/json.html#json.JSONEncoder.default
https://docs.python.org/dev/library/json.html#json.JSONEncoder.encode
https://docs.python.org/dev/library/json.html#json.JSONEncoder.iterencode
https://docs.python.org/dev/library/json.html#exceptions
https://docs.python.org/dev/library/json.html#json.JSONDecodeError
ValueErrorhttps://docs.python.org/dev/library/exceptions.html#ValueError
https://docs.python.org/dev/library/json.html#json.JSONDecodeError.msg
https://docs.python.org/dev/library/json.html#json.JSONDecodeError.doc
https://docs.python.org/dev/library/json.html#json.JSONDecodeError.pos
https://docs.python.org/dev/library/json.html#json.JSONDecodeError.lineno
https://docs.python.org/dev/library/json.html#json.JSONDecodeError.colno
https://docs.python.org/dev/library/json.html#standard-compliance-and-interoperability
RFC 7159https://datatracker.ietf.org/doc/html/rfc7159.html
ECMA-404https://ecma-international.org/publications-and-standards/standards/ecma-404/
JSONEncoderhttps://docs.python.org/dev/library/json.html#json.JSONEncoder
JSONDecoderhttps://docs.python.org/dev/library/json.html#json.JSONDecoder
https://docs.python.org/dev/library/json.html#character-encodings
Unicode stringshttps://docs.python.org/dev/library/stdtypes.html#str
ValueErrorhttps://docs.python.org/dev/library/exceptions.html#ValueError
strhttps://docs.python.org/dev/library/stdtypes.html#str
https://docs.python.org/dev/library/json.html#infinite-and-nan-number-values
https://docs.python.org/dev/library/json.html#repeated-names-within-an-object
https://docs.python.org/dev/library/json.html#top-level-non-object-non-array-values
RFC 4627https://datatracker.ietf.org/doc/html/rfc4627.html
dicthttps://docs.python.org/dev/library/stdtypes.html#dict
listhttps://docs.python.org/dev/library/stdtypes.html#list
RFC 7159https://datatracker.ietf.org/doc/html/rfc7159.html
https://docs.python.org/dev/library/json.html#implementation-limitations
inthttps://docs.python.org/dev/library/functions.html#int
decimal.Decimalhttps://docs.python.org/dev/library/decimal.html#decimal.Decimal
https://docs.python.org/dev/library/json.html#module-json.tool
Lib/json/tool.pyhttps://github.com/python/cpython/tree/main/Lib/json/tool.py
jsonhttps://docs.python.org/dev/library/json.html#module-json
json.toolhttps://docs.python.org/dev/library/json.html#module-json.tool
sys.stdinhttps://docs.python.org/dev/library/sys.html#sys.stdin
sys.stdouthttps://docs.python.org/dev/library/sys.html#sys.stdout
--sort-keyshttps://docs.python.org/dev/library/json.html#cmdoption-json-sort-keys
jsonhttps://docs.python.org/dev/library/json.html#module-json
https://docs.python.org/dev/library/json.html#command-line-options
https://docs.python.org/dev/library/json.html#cmdoption-json-arg-infile
sys.stdinhttps://docs.python.org/dev/library/sys.html#sys.stdin
https://docs.python.org/dev/library/json.html#cmdoption-json-arg-outfile
sys.stdouthttps://docs.python.org/dev/library/sys.html#sys.stdout
https://docs.python.org/dev/library/json.html#cmdoption-json-sort-keys
https://docs.python.org/dev/library/json.html#cmdoption-json-no-ensure-ascii
json.dumps()https://docs.python.org/dev/library/json.html#json.dumps
https://docs.python.org/dev/library/json.html#cmdoption-json-json-lines
https://docs.python.org/dev/library/json.html#cmdoption-json-indent
https://docs.python.org/dev/library/json.html#cmdoption-json-h
1https://docs.python.org/dev/library/json.html#id1
the errata for RFC 7159https://www.rfc-editor.org/errata_search.php?rfc=7159
Table of Contentshttps://docs.python.org/dev/contents.html
json — JSON encoder and decoderhttps://docs.python.org/dev/library/json.html
Basic Usagehttps://docs.python.org/dev/library/json.html#basic-usage
Encoders and Decodershttps://docs.python.org/dev/library/json.html#encoders-and-decoders
Exceptionshttps://docs.python.org/dev/library/json.html#exceptions
Standard Compliance and Interoperabilityhttps://docs.python.org/dev/library/json.html#standard-compliance-and-interoperability
Character Encodingshttps://docs.python.org/dev/library/json.html#character-encodings
Infinite and NaN Number Valueshttps://docs.python.org/dev/library/json.html#infinite-and-nan-number-values
Repeated Names Within an Objecthttps://docs.python.org/dev/library/json.html#repeated-names-within-an-object
Top-level Non-Object, Non-Array Valueshttps://docs.python.org/dev/library/json.html#top-level-non-object-non-array-values
Implementation Limitationshttps://docs.python.org/dev/library/json.html#implementation-limitations
Command-line interfacehttps://docs.python.org/dev/library/json.html#module-json.tool
Command-line optionshttps://docs.python.org/dev/library/json.html#command-line-options
email.iterators: Iteratorshttps://docs.python.org/dev/library/email.iterators.html
mailbox — Manipulate mailboxes in various formatshttps://docs.python.org/dev/library/mailbox.html
Report a bughttps://docs.python.org/dev/bugs.html
Show source https://github.com/python/cpython/blob/main/Doc/library/json.rst?plain=1
indexhttps://docs.python.org/dev/genindex.html
moduleshttps://docs.python.org/dev/py-modindex.html
nexthttps://docs.python.org/dev/library/mailbox.html
previoushttps://docs.python.org/dev/library/email.iterators.html
Pythonhttps://www.python.org/
3.15.0a5 Documentationhttps://docs.python.org/dev/index.html
The Python Standard Libraryhttps://docs.python.org/dev/library/index.html
Internet Data Handlinghttps://docs.python.org/dev/library/netdata.html
json — JSON encoder and decoderhttps://docs.python.org/dev/library/json.html
Copyrighthttps://docs.python.org/dev/copyright.html
History and Licensehttps://docs.python.org/license.html
Please donate.https://www.python.org/psf/donations/
Found a bughttps://docs.python.org/bugs.html
Sphinxhttps://www.sphinx-doc.org/

Viewport: width=device-width, initial-scale=1.0


URLs of crawlers that visited me.