{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/4"}],"enrichment":{"capability":"Provides type hints for JSON serialization library code, enabling static type checkers like mypy and pyright to validate annotated code.","skillfed_tags":["type-stubs","type-checking"],"use_cases":["Enable mypy or pyright to type-check code that calls the library in a Python 3.9+ project.","Catch type errors in serialization and deserialization calls before runtime.","Provide IDE autocomplete and type hints for library methods when using a compatible editor."],"what_it_does":"types-ujson is a type stub package that provides type annotations for a JSON serialization library. It allows static type checkers like mypy and pyright to understand and validate the types of function calls and return values in code that uses the library. The stubs are generated from the typeshed project and tested against mypy 1.17.1 and pyright 1.1.404.\n\nThis package contains no runtime code\u2014it only provides metadata for type checkers. It is designed for Python 3.9 or later and targets library version 5.10.*. The package is part of the typeshed project, and all fixes and contributions should be directed there.","worth_installing":"Yes, if you need static type checking for the corresponding library version 5.10.* and are on Python 3.9+. The package has low install friction and no runtime dependencies. Verify whether your library version includes built-in type stubs before installing."},"id":"types-ujson","links":{"html":"https://skillfed.io/packages/types-ujson","md":"https://skillfed.io/packages/types-ujson.md","pypi":"https://pypi.org/project/types-ujson/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2025-08-22","license_spdx":"Apache-2.0","license_treatment":"permissive","name":"types-ujson","python_support":"supports_current","summary":"Typing stubs for ujson"},"popularity":{"monthly_downloads":2471609,"position":3048,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"5.10.0.20250822"}
