{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/3"}],"enrichment":{"capability":"Provides type annotations for the simplejson package, enabling type checkers like mypy and pyright to validate code that uses simplejson for JSON serialization and deserialization.","skillfed_tags":["type-stubs","static-analysis"],"use_cases":["Enable mypy or pyright to type-check code that calls simplejson.dumps() or simplejson.loads().","Catch type mismatches in JSON serialization workflows before deployment.","Provide IDE autocomplete and inline type hints when working with simplejson in a type-aware editor.","Validate that JSON data structures conform to expected schemas in a typed codebase."],"what_it_does":"types-simplejson is a type stub package that provides type annotations for the simplejson library. It allows static type checkers like mypy and pyright to understand the types of simplejson functions and classes, catching type errors in code that uses simplejson before runtime. The package is generated from the typeshed project and tracks simplejson version 4.1.*.\n\nType stubs are metadata-only packages that don't execute code themselves\u2014they exist solely to inform type checkers about the shape and types of another library's API. This package has no runtime dependencies and is tested against mypy 2.3.0 and pyright 1.1.411.","worth_installing":"Yes, if you use simplejson and want static type checking. It has no runtime cost, no dependencies, and is actively maintained as part of typeshed. Install it alongside simplejson in projects that enforce type safety. Skip it only if you don't use a type checker or don't use simplejson."},"id":"types-simplejson","links":{"html":"https://skillfed.io/packages/types-simplejson","md":"https://skillfed.io/packages/types-simplejson.md","pypi":"https://pypi.org/project/types-simplejson/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-07-24","license_spdx":"Apache-2.0","license_treatment":"permissive","name":"types-simplejson","python_support":"supports_current","summary":"Typing stubs for simplejson"},"popularity":{"monthly_downloads":3669622,"position":2533,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"4.1.0.20260724"}
