Description
Reads and writes JSON data from Python with a fast, extensible encoder and decoder. It helps applications exchange structured data with APIs, configuration files, logs, and other systems that use JSON.
Developers use it as a library, often as an alternative to the standard JSON module. Validate untrusted data before acting on it, because valid JSON can still contain unsafe values for an application's rules.