zut
Documentation
Home
Contributing
Roadmap
Cheatsheet
API reference
Module zut.api
Module zut.build
Module zut.callback
Module zut.choices
Module zut.collection
Module zut.command
Module zut.config
Module zut.context
Module zut.convert
Module zut.csv
Module zut.db
Module zut.db.base
Module zut.db.maria
Module zut.db.mysql
Module zut.db.pg
Module zut.db.sqlite
Module zut.db.sqlserver
Module zut.env
Module zut.excel
Module zut.file
Module zut.geo
Module zut.gpg
Module zut.graph
Module zut.json
zut.json.decode_json
decode_json()
zut.json.dump_json
zut.json.dump_json_temp
zut.json.encode_json
zut.json.load_json
zut.json.ExtendedJSONDecoder
zut.json.ExtendedJSONEncoder
Module zut.locale
Module zut.logging
Module zut.net
Module zut.numeric
Module zut.passwordstore
Module zut.path
Module zut.perf
Module zut.pip
Module zut.process
Module zut.secret
Module zut.sql
Module zut.tab
Module zut.term
Module zut.text
Module zut.time
Module zut.typing
Module zut.unittest
Module zut.url
Git repository
License
zut
API reference
Module zut.json
zut.json.decode_json
zut.json.decode_json
zut.json.
decode_json
(
data
:
str
|
bytes
,
*
,
cls
:
type
[
JSONDecoder
]
=
<class
'zut.json.ExtendedJSONDecoder'>
)
→
Any
Decode a JSON string and return the corresponding Python object.