René's URL Explorer Experiment


Title: json --- JSON 編碼器與解碼器 — Python 3.14.0 說明文件

direct link

Domain: python.github.io

readthedocs-addons-api-version1

Links:

https://www.python.org/
目錄https://python.github.io/python-docs-zh-tw/contents.html
json --- JSON 編碼器與解碼器https://python.github.io/python-docs-zh-tw/library/json.html
基本用法https://python.github.io/python-docs-zh-tw/library/json.html#basic-usage
編碼器與解碼器https://python.github.io/python-docs-zh-tw/library/json.html#encoders-and-decoders
例外https://python.github.io/python-docs-zh-tw/library/json.html#exceptions
合規性與互通性(Interoperability)https://python.github.io/python-docs-zh-tw/library/json.html#standard-compliance-and-interoperability
字元編碼格式https://python.github.io/python-docs-zh-tw/library/json.html#character-encodings
正負無限與非數值https://python.github.io/python-docs-zh-tw/library/json.html#infinite-and-nan-number-values
物件內重複的名稱https://python.github.io/python-docs-zh-tw/library/json.html#repeated-names-within-an-object
位於頂層的非物件及非列表值https://python.github.io/python-docs-zh-tw/library/json.html#top-level-non-object-non-array-values
實作限制https://python.github.io/python-docs-zh-tw/library/json.html#implementation-limitations
命令列介面https://python.github.io/python-docs-zh-tw/library/json.html#module-json.tool
命令列選項https://python.github.io/python-docs-zh-tw/library/json.html#command-line-options
email.iterators:疊代器https://python.github.io/python-docs-zh-tw/library/email.iterators.html
mailbox --- 以各種格式操作郵件信箱https://python.github.io/python-docs-zh-tw/library/mailbox.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/library/json.rst?plain=1
索引https://python.github.io/python-docs-zh-tw/genindex.html
模組https://python.github.io/python-docs-zh-tw/py-modindex.html
下一頁https://python.github.io/python-docs-zh-tw/library/mailbox.html
上一頁https://python.github.io/python-docs-zh-tw/library/email.iterators.html
Pythonhttps://www.python.org/
3.14.0 Documentationhttps://python.github.io/python-docs-zh-tw/index.html
Python 標準函式庫 (Standard Library)https://python.github.io/python-docs-zh-tw/library/index.html
網際網路資料處理https://python.github.io/python-docs-zh-tw/library/netdata.html
json --- JSON 編碼器與解碼器https://python.github.io/python-docs-zh-tw/library/json.html
https://python.github.io/python-docs-zh-tw/library/json.html#module-json
Lib/json/__init__.pyhttps://github.com/python/cpython/tree/3.14/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://python.github.io/python-docs-zh-tw/library/json.html#rfc-errata
marshalhttps://python.github.io/python-docs-zh-tw/library/marshal.html#module-marshal
picklehttps://python.github.io/python-docs-zh-tw/library/pickle.html#module-pickle
JSONEncoderhttps://python.github.io/python-docs-zh-tw/library/json.html#json.JSONEncoder
jsonhttps://python.github.io/python-docs-zh-tw/library/json.html#module-json
命令列介面https://python.github.io/python-docs-zh-tw/library/json.html#json-commandline
YAMLhttps://yaml.org/
https://python.github.io/python-docs-zh-tw/library/json.html#basic-usage
https://python.github.io/python-docs-zh-tw/library/json.html#json.dump
Python-to-JSON 轉換表https://python.github.io/python-docs-zh-tw/library/json.html#py-to-json-table
file-like objecthttps://python.github.io/python-docs-zh-tw/glossary.html#term-file-like-object
picklehttps://python.github.io/python-docs-zh-tw/library/pickle.html#module-pickle
marshalhttps://python.github.io/python-docs-zh-tw/library/marshal.html#module-marshal
dump()https://python.github.io/python-docs-zh-tw/library/json.html#json.dump
objecthttps://python.github.io/python-docs-zh-tw/library/functions.html#object
file-like objecthttps://python.github.io/python-docs-zh-tw/glossary.html#term-file-like-object
strhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#str
byteshttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes
strhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#str
boolhttps://python.github.io/python-docs-zh-tw/library/functions.html#bool
strhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#str
inthttps://python.github.io/python-docs-zh-tw/library/functions.html#int
floathttps://python.github.io/python-docs-zh-tw/library/functions.html#float
boolhttps://python.github.io/python-docs-zh-tw/library/functions.html#bool
TypeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#TypeError
boolhttps://python.github.io/python-docs-zh-tw/library/functions.html#bool
boolhttps://python.github.io/python-docs-zh-tw/library/functions.html#bool
RecursionErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#RecursionError
boolhttps://python.github.io/python-docs-zh-tw/library/functions.html#bool
floathttps://python.github.io/python-docs-zh-tw/library/functions.html#float
ValueErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#ValueError
JSONEncoderhttps://python.github.io/python-docs-zh-tw/library/json.html#json.JSONEncoder
default()https://python.github.io/python-docs-zh-tw/library/json.html#json.JSONEncoder.default
inthttps://python.github.io/python-docs-zh-tw/library/functions.html#int
strhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#str
tuplehttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#tuple
callablehttps://python.github.io/python-docs-zh-tw/glossary.html#term-callable
TypeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#TypeError
boolhttps://python.github.io/python-docs-zh-tw/library/functions.html#bool
僅限關鍵字https://python.github.io/python-docs-zh-tw/glossary.html#keyword-only-parameter
https://python.github.io/python-docs-zh-tw/library/json.html#json.dumps
轉換表https://python.github.io/python-docs-zh-tw/library/json.html#json-to-py-table
strhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#str
dump()https://python.github.io/python-docs-zh-tw/library/json.html#json.dump
strhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#str
https://python.github.io/python-docs-zh-tw/library/json.html#json.load
JSON-to-Python 轉換表https://python.github.io/python-docs-zh-tw/library/json.html#json-to-py-table
file-like objecthttps://python.github.io/python-docs-zh-tw/glossary.html#term-file-like-object
text filehttps://python.github.io/python-docs-zh-tw/glossary.html#term-text-file
binary filehttps://python.github.io/python-docs-zh-tw/glossary.html#term-binary-file
JSONDecoderhttps://python.github.io/python-docs-zh-tw/library/json.html#json.JSONDecoder
callablehttps://python.github.io/python-docs-zh-tw/glossary.html#term-callable
dicthttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#dict
dicthttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#dict
JSON-RPChttps://www.jsonrpc.org
callablehttps://python.github.io/python-docs-zh-tw/glossary.html#term-callable
dicthttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#dict
callablehttps://python.github.io/python-docs-zh-tw/glossary.html#term-callable
decimal.Decimalhttps://python.github.io/python-docs-zh-tw/library/decimal.html#decimal.Decimal
callablehttps://python.github.io/python-docs-zh-tw/glossary.html#term-callable
floathttps://python.github.io/python-docs-zh-tw/library/functions.html#float
callablehttps://python.github.io/python-docs-zh-tw/glossary.html#term-callable
JSONDecodeErrorhttps://python.github.io/python-docs-zh-tw/library/json.html#json.JSONDecodeError
UnicodeDecodeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#UnicodeDecodeError
僅限關鍵字https://python.github.io/python-docs-zh-tw/glossary.html#keyword-only-parameter
二進位檔案https://python.github.io/python-docs-zh-tw/glossary.html#term-binary-file
int()https://python.github.io/python-docs-zh-tw/library/functions.html#int
整數字串轉換長度限制https://python.github.io/python-docs-zh-tw/library/stdtypes.html#int-max-str-digits
https://python.github.io/python-docs-zh-tw/library/json.html#json.loads
load()https://python.github.io/python-docs-zh-tw/library/json.html#json.load
轉換表https://python.github.io/python-docs-zh-tw/library/json.html#json-to-py-table
strhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#str
byteshttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes
bytearrayhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytearray
byteshttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes
bytearrayhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytearray
https://python.github.io/python-docs-zh-tw/library/json.html#encoders-and-decoders
https://python.github.io/python-docs-zh-tw/library/json.html#json.JSONDecoder
dicthttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#dict
JSON-RPChttps://www.jsonrpc.org
dicthttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#dict
decimal.Decimalhttps://python.github.io/python-docs-zh-tw/library/decimal.html#decimal.Decimal
floathttps://python.github.io/python-docs-zh-tw/library/functions.html#float
JSONDecodeErrorhttps://python.github.io/python-docs-zh-tw/library/json.html#json.JSONDecodeError
僅限關鍵字參數https://python.github.io/python-docs-zh-tw/glossary.html#keyword-only-parameter
https://python.github.io/python-docs-zh-tw/library/json.html#json.JSONDecoder.decode
strhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#str
JSONDecodeErrorhttps://python.github.io/python-docs-zh-tw/library/json.html#json.JSONDecodeError
https://python.github.io/python-docs-zh-tw/library/json.html#json.JSONDecoder.raw_decode
strhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#str
https://python.github.io/python-docs-zh-tw/library/json.html#json.JSONEncoder
default()https://python.github.io/python-docs-zh-tw/library/json.html#json.JSONEncoder.default
TypeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#TypeError
strhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#str
inthttps://python.github.io/python-docs-zh-tw/library/functions.html#int
floathttps://python.github.io/python-docs-zh-tw/library/functions.html#float
boolhttps://python.github.io/python-docs-zh-tw/library/functions.html#bool
TypeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#TypeError
RecursionErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#RecursionError
ValueErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#ValueError
TypeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#TypeError
TypeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#TypeError
僅限關鍵字參數https://python.github.io/python-docs-zh-tw/glossary.html#keyword-only-parameter
https://python.github.io/python-docs-zh-tw/library/json.html#json.JSONEncoder.default
TypeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#TypeError
default()https://python.github.io/python-docs-zh-tw/library/json.html#json.JSONEncoder.default
https://python.github.io/python-docs-zh-tw/library/json.html#json.JSONEncoder.encode
https://python.github.io/python-docs-zh-tw/library/json.html#json.JSONEncoder.iterencode
https://python.github.io/python-docs-zh-tw/library/json.html#exceptions
https://python.github.io/python-docs-zh-tw/library/json.html#json.JSONDecodeError
ValueErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#ValueError
https://python.github.io/python-docs-zh-tw/library/json.html#json.JSONDecodeError.msg
https://python.github.io/python-docs-zh-tw/library/json.html#json.JSONDecodeError.doc
https://python.github.io/python-docs-zh-tw/library/json.html#json.JSONDecodeError.pos
https://python.github.io/python-docs-zh-tw/library/json.html#json.JSONDecodeError.lineno
https://python.github.io/python-docs-zh-tw/library/json.html#json.JSONDecodeError.colno
https://python.github.io/python-docs-zh-tw/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://python.github.io/python-docs-zh-tw/library/json.html#json.JSONEncoder
JSONDecoderhttps://python.github.io/python-docs-zh-tw/library/json.html#json.JSONDecoder
https://python.github.io/python-docs-zh-tw/library/json.html#character-encodings
Unicode stringshttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#str
ValueErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#ValueError
strhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#str
https://python.github.io/python-docs-zh-tw/library/json.html#infinite-and-nan-number-values
https://python.github.io/python-docs-zh-tw/library/json.html#repeated-names-within-an-object
https://python.github.io/python-docs-zh-tw/library/json.html#top-level-non-object-non-array-values
RFC 4627https://datatracker.ietf.org/doc/html/rfc4627.html
dicthttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#dict
listhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#list
RFC 7159https://datatracker.ietf.org/doc/html/rfc7159.html
https://python.github.io/python-docs-zh-tw/library/json.html#implementation-limitations
inthttps://python.github.io/python-docs-zh-tw/library/functions.html#int
decimal.Decimalhttps://python.github.io/python-docs-zh-tw/library/decimal.html#decimal.Decimal
https://python.github.io/python-docs-zh-tw/library/json.html#module-json.tool
Lib/json/tool.pyhttps://github.com/python/cpython/tree/3.14/Lib/json/tool.py
jsonhttps://python.github.io/python-docs-zh-tw/library/json.html#module-json
json.toolhttps://python.github.io/python-docs-zh-tw/library/json.html#module-json.tool
sys.stdinhttps://python.github.io/python-docs-zh-tw/library/sys.html#sys.stdin
sys.stdouthttps://python.github.io/python-docs-zh-tw/library/sys.html#sys.stdout
--sort-keyshttps://python.github.io/python-docs-zh-tw/library/json.html#cmdoption-json-sort-keys
jsonhttps://python.github.io/python-docs-zh-tw/library/json.html#module-json
https://python.github.io/python-docs-zh-tw/library/json.html#command-line-options
https://python.github.io/python-docs-zh-tw/library/json.html#cmdoption-json-arg-infile
sys.stdinhttps://python.github.io/python-docs-zh-tw/library/sys.html#sys.stdin
https://python.github.io/python-docs-zh-tw/library/json.html#cmdoption-json-arg-outfile
sys.stdouthttps://python.github.io/python-docs-zh-tw/library/sys.html#sys.stdout
https://python.github.io/python-docs-zh-tw/library/json.html#cmdoption-json-sort-keys
https://python.github.io/python-docs-zh-tw/library/json.html#cmdoption-json-no-ensure-ascii
json.dumps()https://python.github.io/python-docs-zh-tw/library/json.html#json.dumps
https://python.github.io/python-docs-zh-tw/library/json.html#cmdoption-json-json-lines
https://python.github.io/python-docs-zh-tw/library/json.html#cmdoption-json-indent
https://python.github.io/python-docs-zh-tw/library/json.html#cmdoption-json-h
1https://python.github.io/python-docs-zh-tw/library/json.html#id1
RFC 7159 更正https://www.rfc-editor.org/errata_search.php?rfc=7159
目錄https://python.github.io/python-docs-zh-tw/contents.html
json --- JSON 編碼器與解碼器https://python.github.io/python-docs-zh-tw/library/json.html
基本用法https://python.github.io/python-docs-zh-tw/library/json.html#basic-usage
編碼器與解碼器https://python.github.io/python-docs-zh-tw/library/json.html#encoders-and-decoders
例外https://python.github.io/python-docs-zh-tw/library/json.html#exceptions
合規性與互通性(Interoperability)https://python.github.io/python-docs-zh-tw/library/json.html#standard-compliance-and-interoperability
字元編碼格式https://python.github.io/python-docs-zh-tw/library/json.html#character-encodings
正負無限與非數值https://python.github.io/python-docs-zh-tw/library/json.html#infinite-and-nan-number-values
物件內重複的名稱https://python.github.io/python-docs-zh-tw/library/json.html#repeated-names-within-an-object
位於頂層的非物件及非列表值https://python.github.io/python-docs-zh-tw/library/json.html#top-level-non-object-non-array-values
實作限制https://python.github.io/python-docs-zh-tw/library/json.html#implementation-limitations
命令列介面https://python.github.io/python-docs-zh-tw/library/json.html#module-json.tool
命令列選項https://python.github.io/python-docs-zh-tw/library/json.html#command-line-options
email.iterators:疊代器https://python.github.io/python-docs-zh-tw/library/email.iterators.html
mailbox --- 以各種格式操作郵件信箱https://python.github.io/python-docs-zh-tw/library/mailbox.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/library/json.rst?plain=1
索引https://python.github.io/python-docs-zh-tw/genindex.html
模組https://python.github.io/python-docs-zh-tw/py-modindex.html
下一頁https://python.github.io/python-docs-zh-tw/library/mailbox.html
上一頁https://python.github.io/python-docs-zh-tw/library/email.iterators.html
Pythonhttps://www.python.org/
3.14.0 Documentationhttps://python.github.io/python-docs-zh-tw/index.html
Python 標準函式庫 (Standard Library)https://python.github.io/python-docs-zh-tw/library/index.html
網際網路資料處理https://python.github.io/python-docs-zh-tw/library/netdata.html
json --- JSON 編碼器與解碼器https://python.github.io/python-docs-zh-tw/library/json.html
版權所有https://python.github.io/python-docs-zh-tw/copyright.html
歷史與授權條款https://python.github.io/license.html
敬請捐贈。https://www.python.org/psf/donations/
發現 bughttps://python.github.io/bugs.html
Sphinxhttps://www.sphinx-doc.org/

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


URLs of crawlers that visited me.