microsoft-kiota-serialization-json
Core abstractions for kiota generated libraries in Python
What it is and what it does
This package provides JSON serialization and deserialization support for API clients generated by Microsoft Kiota, a code generator that creates strongly-typed API client libraries from OpenAPI specifications. It handles the conversion of JSON payloads received from API endpoints into Python objects and vice versa, integrating with the Kiota abstractions layer. The package is designed as a companion to Kiota-generated projects rather than as a standalone JSON library—it implements the serialization contract expected by Kiota's generated code.
The package depends on microsoft-kiota-abstractions and is actively maintained with support for modern Python versions (3.10 through 3.14). It carries no known security vulnerabilities and uses permissive licensing, making it suitable for both commercial and open-source use.
Use it for:
- Handling JSON responses in Kiota-generated Microsoft Graph API clients.
- Serializing request payloads to JSON for OpenAPI-based services consumed via Kiota clients.
- Integrating JSON serialization into custom Kiota-generated SDK projects.
- Converting API response data into Python objects within Kiota client workflows.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Serializes and deserializes JSON payloads for Kiota-generated API client libraries in Python.
Yes, if you are using a Kiota-generated API client library that requires JSON serialization support. Install it as a direct dependency only if you are building custom Kiota clients; otherwise it will be pulled in transitively. The package is stable, actively maintained, and carries no security concerns.
Install
microsoft-kiota-serialization-json on PyPI
pip
pip install microsoft-kiota-serialization-jsonuv
uv add microsoft-kiota-serialization-jsonpoetry
poetry add microsoft-kiota-serialization-jsonInstalling microsoft-kiota-serialization-json
Before you install
Low friction install with a single runtime dependency. Actively maintained as of 2026-08-14 with recent releases and no known security vulnerabilities.
License in practice
Licensed under permissive terms, allowing use in commercial and open-source projects without significant restrictions.
Quickstart
pip install microsoft-kiota-serialization-json
from microsoft_kiota_serialization_json import JsonSerializationWriterFactory
factory = JsonSerializationWriterFactory()
Requires Python 3.10 or later.
Verify before relying
- Whether the package is typically used directly or only as a transitive dependency of Kiota-generated clients.
- What specific JSON serialization features or edge cases are handled beyond standard Python JSON support.
Package facts
| License | not declared (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 1 — microsoft-kiota-abstractions |
| Maintenance | actively maintained — 0 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 14,344,883/month — #1,232 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: microsoft_kiota_serialization_json-1.11.9-py3-none-any.whl
Keywords: kiota, openAPI, Microsoft, Graph
Tags
More WWW/HTTP packages
urllib3 is an HTTP client library that provides…
permissive · top 100 on PyPI
requestsRequests is a Python HTTP library that…
permissive · top 100 on PyPI
h11h11 is a pure-Python HTTP/1.1 protocol…
permissive · top 100 on PyPI
httpxHTTPX is a fully featured HTTP client library…
permissive · top 100 on PyPI
httpcoreA minimal low-level HTTP client library that…
permissive · top 100 on PyPI
aiohttpaiohttp is an async HTTP client and server…
permissive · top 100 on PyPI
microsoft-kiota-serialization-formHandles serialization of data into…
permissive · top 5,000 on PyPI
microsoft-kiota-serialization-multipartHandles multipart/form-data serialization for…
permissive · top 5,000 on PyPI
microsoft-kiota-serialization-textSerializes and deserializes plain text payloads…
permissive · top 5,000 on PyPI
microsoft-kiota-httpProvides an HTTP client implementation for…
permissive · top 5,000 on PyPI
microsoft-kiota-bundleProvides default client setup and request…
permissive · top 15,000 on PyPI
microsoft-kiota-abstractionsProvides core abstractions and base classes…
permissive · top 5,000 on PyPI
microsoft-kiota-authentication-azureProvides Azure identity authentication for HTTP…
permissive · top 5,000 on PyPI
msgraph-coreProvides core HTTP client infrastructure for…
permissive · top 5,000 on PyPI
docspecDocspec provides a library and CLI to…
unclear · top 15,000 on PyPI
msrestProvides HTTP client runtime and…
permissive · top 1,000 on PyPI