skillfed

microsoft-kiota-serialization-json

Core abstractions for kiota generated libraries in Python

microsoft-kiota-serialization-json v1.11.9 14.3M downloads/30d#1,232 on PyPI3,802
Permissive license Active released

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-json

uv

uv add microsoft-kiota-serialization-json

poetry

poetry add microsoft-kiota-serialization-json

Installing 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

Development Status :: 5 - Production/StableLicense :: OSI Approved :: MIT LicenseProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14

Tags

kiota json serializationjson serializer deserializerapi client json handlingmicrosoft kiota jsonjson payload serializationkiota generated clientapi response json parsing
api-clientjson-serializationcode-generation

More WWW/HTTP packages

urllib3

urllib3 is an HTTP client library that provides…

permissive · top 100 on PyPI

requests

Requests is a Python HTTP library that…

permissive · top 100 on PyPI

h11

h11 is a pure-Python HTTP/1.1 protocol…

permissive · top 100 on PyPI

httpx

HTTPX is a fully featured HTTP client library…

permissive · top 100 on PyPI

httpcore

A minimal low-level HTTP client library that…

permissive · top 100 on PyPI

aiohttp

aiohttp is an async HTTP client and server…

permissive · top 100 on PyPI

microsoft-kiota-serialization-form

Handles serialization of data into…

permissive · top 5,000 on PyPI

microsoft-kiota-serialization-multipart

Handles multipart/form-data serialization for…

permissive · top 5,000 on PyPI

microsoft-kiota-serialization-text

Serializes and deserializes plain text payloads…

permissive · top 5,000 on PyPI

microsoft-kiota-http

Provides an HTTP client implementation for…

permissive · top 5,000 on PyPI

microsoft-kiota-bundle

Provides default client setup and request…

permissive · top 15,000 on PyPI

microsoft-kiota-abstractions

Provides core abstractions and base classes…

permissive · top 5,000 on PyPI

microsoft-kiota-authentication-azure

Provides Azure identity authentication for HTTP…

permissive · top 5,000 on PyPI

msgraph-core

Provides core HTTP client infrastructure for…

permissive · top 5,000 on PyPI

docspec

Docspec provides a library and CLI to…

unclear · top 15,000 on PyPI

msrest

Provides HTTP client runtime and…

permissive · top 1,000 on PyPI